Bad Ice Cream Install

Play the popular game Bad Ice Cream Install online!

Co to jest Bad Ice Cream Install?

Bad Ice Cream Install to rozszerzenie Chrome opracowane przez http://badicecream.99freegames.net, a jego główną funkcją jest „Play the popular game Bad Ice Cream Install online!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bad Ice Cream Install

Pobierz pliki rozszerzeń Bad Ice Cream Install w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The popular arcade game Bad Ice Cream is here                    

Podstawowe informacje o rozszerzeniu

Nazwa Bad Ice Cream Install Bad Ice Cream Install
ID dhomjlmmdbkidpebhgehmnjjagkaghph
Oficjalny URL https://chrome.google.com/webstore/detail/bad-ice-cream-install/dhomjlmmdbkidpebhgehmnjjagkaghph
Opis Play the popular game Bad Ice Cream Install online!
Rozmiar pliku 29.68 KB
Liczba instalacji 1,000
Aktualna Wersja 1.0.0.1
Ostatnia Aktualizacja 2018-04-09
Data Publikacji 2018-04-09
Ocena 3.00/5 Łącznie 8 Oceny
Deweloper http://badicecream.99freegames.net
Typ Płatności free
Strona Rozszerzenia http://badicecream.99freegames.net
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bad Ice Cream Install",
    "version": "1.0.0.1",
    "manifest_version": 2,
    "description": "Play the popular game Bad Ice Cream Install online!",
    "homepage_url": "http:\/\/badicecream.99freegames.net\/",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/22x22.png",
        "default_title": "Bad Ice Cream Install",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "bookmarks",
        "http:\/\/badicecream.99freegames.net\/"
    ]
}