G-Chrome

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

G-Chromeとは何ですか?

G-ChromeはDarkStar851によって開発されたChromeの拡張機能で、その主な機能は「G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…」です。

拡張機能のスクリーンショット

screenshot

G-Chrome拡張機能のCRXファイルをダウンロード

G-Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 G-Chrome G-Chrome
ID cdjgbghobmfmfcenhoahgfnfpcadddag
公式URL https://chromewebstore.google.com/detail/g-chrome/cdjgbghobmfmfcenhoahgfnfpcadddag
説明 G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…
ファイルサイズ 630 KB
インストール数 435
現在のバージョン 0.0.2
最終更新日 2022-02-10
公開日 2020-12-27
評価 5.00/5 合計 2 レビュー
開発者 DarkStar851
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sirjonasxx/G-Earth/
ヘルプページのURL https://github.com/sirjonasxx/G-Earth/issues
対応言語 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\/*"
    ]
}