G-Chrome
G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…
Vad är G-Chrome?
G-Chrome är en Chrome-tillägg utvecklad av DarkStar851, och dess huvudfunktion är "G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…".
Tilläggsskärmbilder
Ladda ner G-Chrome-förlängningens CRX-fil
Ladda ner G-Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | cdjgbghobmfmfcenhoahgfnfpcadddag |
| Officiell webbadress | https://chromewebstore.google.com/detail/g-chrome/cdjgbghobmfmfcenhoahgfnfpcadddag |
| Beskrivning | G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to… |
| Filstorlek | 630 KB |
| Antal Installationer | 435 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2022-02-10 |
| Publiceringsdatum | 2020-12-27 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | DarkStar851 |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/sirjonasxx/G-Earth/ |
| Hjälpsida URL | https://github.com/sirjonasxx/G-Earth/issues |
| Stödda Språk | 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\/*"
]
} | |