G-Chrome
G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…
Was ist G-Chrome?
G-Chrome ist eine Chrome-Erweiterung, die von DarkStar851 entwickelt wurde, und ihr Hauptmerkmal ist "G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…".
Erweiterungsscreenshots
G-Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie G-Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cdjgbghobmfmfcenhoahgfnfpcadddag |
| Offizielle URL | https://chromewebstore.google.com/detail/g-chrome/cdjgbghobmfmfcenhoahgfnfpcadddag |
| Beschreibung | G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to… |
| Dateigröße | 630 KB |
| Installationsanzahl | 435 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2022-02-10 |
| Veröffentlichungsdatum | 2020-12-27 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | DarkStar851 |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/sirjonasxx/G-Earth/ |
| Hilfeseite URL | https://github.com/sirjonasxx/G-Earth/issues |
| Unterstützte Sprachen | 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\/*"
]
} | |