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 là gì?

G-Chrome là một tiện ích mở rộng Chrome được phát triển bởi DarkStar851, và tính năng chính của nó là "G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng G-Chrome

Tải xuống các tệp mở rộng G-Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên G-Chrome G-Chrome
ID cdjgbghobmfmfcenhoahgfnfpcadddag
URL Chính Thức https://chromewebstore.google.com/detail/g-chrome/cdjgbghobmfmfcenhoahgfnfpcadddag
Mô tả G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…
Kích Thước Tệp 630 KB
Số Lần Cài Đặt 435
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2022-02-10
Ngày Phát Hành 2020-12-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển DarkStar851
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sirjonasxx/G-Earth/
URL Trang Trợ Giúp https://github.com/sirjonasxx/G-Earth/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}