Kirby's Adventure Game
Join Kirby's adventure now you can play on chrome webstore.
Cos'è Kirby's Adventure Game?
Kirby's Adventure Game è un'estensione di Chrome sviluppata da LegendsGames, e la sua funzione principale è "Join Kirby's adventure now you can play on chrome webstore.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kirby's Adventure Game
Scarica i file di estensione Kirby's Adventure Game 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
Join Adventure with the most cute hero in the history of video games in Kirby's Adventure Game. How to use - Just by clicking on Add to Chrome it will be added automatically install. - In the upper left corner, click on settings to customize all options according to your needs. - Enjoy Kirby's Adventure Game!
Informazioni di Base sull'Estensione
Nome | |
ID | aacfjaodbklidgpgkophnjoielmlappp |
URL Ufficiale | https://chrome.google.com/webstore/detail/kirbys-adventure-game/aacfjaodbklidgpgkophnjoielmlappp |
Descrizione | Join Kirby's adventure now you can play on chrome webstore. |
Dimensione del File | 41.77 KB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-02-18 |
Data di Pubblicazione | 2019-02-18 |
Valutazione | 3.75/5 Totale 4 Valutazioni |
Sviluppatore | LegendsGames |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,en-GB,en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "__MSG_appName__" }, "content_security_policy": "script-src 'self'; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "__MSG_appName__", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |