Kirby's Adventure Game
Join Kirby's adventure now you can play on chrome webstore.
Qu'est-ce que Kirby's Adventure Game ?
Kirby's Adventure Game est une extension Chrome développée par LegendsGames, et sa fonction principale est "Join Kirby's adventure now you can play on chrome webstore.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kirby's Adventure Game
Téléchargez les fichiers d'extension Kirby's Adventure Game au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | aacfjaodbklidgpgkophnjoielmlappp |
URL Officiel | https://chrome.google.com/webstore/detail/kirbys-adventure-game/aacfjaodbklidgpgkophnjoielmlappp |
Description | Join Kirby's adventure now you can play on chrome webstore. |
Taille du Fichier | 41.77 KB |
Nombre d'Installations | 3,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-02-18 |
Date de Publication | 2019-02-18 |
Évaluation | 3.75/5 Total 4 Évaluations |
Développeur | LegendsGames |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |