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!”。
擴展截圖
下載Bad Ice Cream Install擴展crx文件
下載Bad Ice Cream Install擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The popular arcade game Bad Ice Cream is here
擴展基本資訊
名稱 | |
ID | dhomjlmmdbkidpebhgehmnjjagkaghph |
官方網址 | 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\/" ] } |