Bad Ice Cream Install

Play the popular game Bad Ice Cream Install online!

Что такое Bad Ice Cream Install?

Bad Ice Cream Install - это расширение Chrome, разработанное http://badicecream.99freegames.net, и его основная функция - "Play the popular game Bad Ice Cream Install online!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Bad Ice Cream Install

Скачайте файлы расширений Bad Ice Cream Install в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The popular arcade game Bad Ice Cream is here                    

Основная информация о расширении

Название Bad Ice Cream Install Bad Ice Cream Install
ID dhomjlmmdbkidpebhgehmnjjagkaghph
Официальный URL https://chrome.google.com/webstore/detail/bad-ice-cream-install/dhomjlmmdbkidpebhgehmnjjagkaghph
Описание Play the popular game Bad Ice Cream Install online!
Размер файла 29.68 KB
Количество установок 1,000
Текущая Версия 1.0.0.1
Последнее Обновление 2018-04-09
Дата публикации 2018-04-09
Рейтинг 3.00/5 Всего 8 оценок
Разработчик http://badicecream.99freegames.net
Тип оплаты free
Официальный сайт расширения http://badicecream.99freegames.net
Поддерживаемые языки 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\/"
    ]
}