Bad Ice Cream Install

Play the popular game Bad Ice Cream Install online!

什么是Bad Ice Cream Install?

Bad Ice Cream Install是由http://badicecream.99freegames.net开发的Chrome扩展程序,该扩展的主要功能是“Play the popular game Bad Ice Cream Install online!”。

扩展截图

screenshot

下载Bad Ice Cream Install扩展crx文件

下载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\/"
    ]
}