Bad Ice Cream Install
Play the popular game Bad Ice Cream Install online!
What is Bad Ice Cream Install?
Bad Ice Cream Install is a Chrome extension developed by http://badicecream.99freegames.net, and its main feature is "Play the popular game Bad Ice Cream Install online!".
Extension Screenshots
Download Bad Ice Cream Install Extension CRX File
Download Bad Ice Cream Install extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The popular arcade game Bad Ice Cream is here
Extension Basic Information
Name | |
ID | dhomjlmmdbkidpebhgehmnjjagkaghph |
Official URL | https://chrome.google.com/webstore/detail/bad-ice-cream-install/dhomjlmmdbkidpebhgehmnjjagkaghph |
Description | Play the popular game Bad Ice Cream Install online! |
File Size | 29.68 KB |
Installation Count | 1,000 |
Current Version | 1.0.0.1 |
Last Updated | 2018-04-09 |
Publish Date | 2018-04-09 |
Rating | 3.00/5 Total 8 Ratings |
Developer | http://badicecream.99freegames.net |
Payment Type | free |
Extension Website | http://badicecream.99freegames.net |
Supported Languages | 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\/" ] } |