Bad Ice Cream Install
Play the popular game Bad Ice Cream Install online!
Cos'è Bad Ice Cream Install?
Bad Ice Cream Install è un'estensione di Chrome sviluppata da http://badicecream.99freegames.net, e la sua funzione principale è "Play the popular game Bad Ice Cream Install online!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bad Ice Cream Install
Scarica i file di estensione Bad Ice Cream Install in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The popular arcade game Bad Ice Cream is here
Informazioni di Base sull'Estensione
Nome | |
ID | dhomjlmmdbkidpebhgehmnjjagkaghph |
URL Ufficiale | https://chrome.google.com/webstore/detail/bad-ice-cream-install/dhomjlmmdbkidpebhgehmnjjagkaghph |
Descrizione | Play the popular game Bad Ice Cream Install online! |
Dimensione del File | 29.68 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.0.0.1 |
Ultimo Aggiornamento | 2018-04-09 |
Data di Pubblicazione | 2018-04-09 |
Valutazione | 3.00/5 Totale 8 Valutazioni |
Sviluppatore | http://badicecream.99freegames.net |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://badicecream.99freegames.net |
Lingue Supportate | 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\/" ] } |