G-Chrome
G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…
Qu'est-ce que G-Chrome ?
G-Chrome est une extension Chrome développée par DarkStar851, et sa fonction principale est "G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension G-Chrome
Téléchargez les fichiers d'extension G-Chrome 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
G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to enable G-Earth.
Informations de Base sur l'Extension
Nom | G-Chrome |
ID | cdjgbghobmfmfcenhoahgfnfpcadddag |
URL Officiel | https://chromewebstore.google.com/detail/g-chrome/cdjgbghobmfmfcenhoahgfnfpcadddag |
Description | G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to… |
Taille du Fichier | 630 KB |
Nombre d'Installations | 435 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2022-02-10 |
Date de Publication | 2020-12-27 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | DarkStar851 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sirjonasxx/G-Earth/ |
URL de la Page d'Aide | https://github.com/sirjonasxx/G-Earth/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "G-Chrome", "version": "0.0.2", "content_scripts": [ { "matches": [ "https:\/\/www.habbo.fi\/*", "https:\/\/www.habbo.es\/*", "https:\/\/www.habbo.it\/*", "https:\/\/www.habbo.nl\/*", "https:\/\/www.habbo.de\/*", "https:\/\/www.habbo.fr\/*", "https:\/\/www.habbo.com.br\/*", "https:\/\/www.habbo.com\/*", "https:\/\/www.habbo.com.tr\/*", "https:\/\/sandbox.habbo.com\/*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ] } ], "browser_action": { "default_icon": "logo\/G-EarthLogo16.png" }, "icons": { "16": "logo\/G-EarthLogo16.png", "48": "logo\/G-EarthLogo48.png", "128": "logo\/G-EarthLogo128.png" }, "background": { "scripts": [ "jquery-3.5.1.min.js", "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/www.habbo.fi\/*", "https:\/\/www.habbo.es\/*", "https:\/\/www.habbo.it\/*", "https:\/\/www.habbo.nl\/*", "https:\/\/www.habbo.de\/*", "https:\/\/www.habbo.fr\/*", "https:\/\/www.habbo.com.br\/*", "https:\/\/www.habbo.com\/*", "https:\/\/www.habbo.com.tr\/*", "https:\/\/sandbox.habbo.com\/*", "https:\/\/images.habbo.com\/*" ], "web_accessible_resources": [ "misc\/*" ] } |