G-Chrome

G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…

What is G-Chrome?

G-Chrome is a Chrome extension developed by DarkStar851, and its main feature is "G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…".

Extension Screenshots

screenshot

Download G-Chrome Extension CRX File

Download G-Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name G-Chrome G-Chrome
ID cdjgbghobmfmfcenhoahgfnfpcadddag
Official URL 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…
File Size 630 KB
Installation Count 435
Current Version 0.0.2
Last Updated 2022-02-10
Publish Date 2020-12-27
Rating 5.00/5 Total 2 Ratings
Developer DarkStar851
Email [email protected]
Payment Type free
Extension Website https://github.com/sirjonasxx/G-Earth/
Help Page URL https://github.com/sirjonasxx/G-Earth/issues
Supported Languages 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\/*"
    ]
}