G-Chrome
G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…
Cos'è G-Chrome?
G-Chrome è un'estensione di Chrome sviluppata da DarkStar851, e la sua funzione principale è "G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione G-Chrome
Scarica i file di estensione G-Chrome 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | cdjgbghobmfmfcenhoahgfnfpcadddag |
| URL Ufficiale | https://chromewebstore.google.com/detail/g-chrome/cdjgbghobmfmfcenhoahgfnfpcadddag |
| Descrizione | G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to… |
| Dimensione del File | 630 KB |
| Conteggio Installazioni | 435 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2022-02-10 |
| Data di Pubblicazione | 2020-12-27 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | DarkStar851 |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/sirjonasxx/G-Earth/ |
| URL della Pagina di Aiuto | https://github.com/sirjonasxx/G-Earth/issues |
| Lingue Supportate | 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\/*"
]
} | |