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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DarkStar851 และคุณลักษณะหลักของมันคือ "G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย G-Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}