G-Chrome
G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…
Apa itu G-Chrome?
G-Chrome adalah ekstensi Chrome yang dikembangkan oleh DarkStar851, dan fitur utamanya adalah "G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi G-Chrome
Unduh file ekstensi G-Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | G-Chrome |
ID | cdjgbghobmfmfcenhoahgfnfpcadddag |
URL Resmi | https://chromewebstore.google.com/detail/g-chrome/cdjgbghobmfmfcenhoahgfnfpcadddag |
Deskripsi | G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to… |
Ukuran File | 630 KB |
Jumlah Instalasi | 435 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2022-02-10 |
Tanggal Publikasi | 2020-12-27 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | DarkStar851 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/sirjonasxx/G-Earth/ |
URL Halaman Bantuan | https://github.com/sirjonasxx/G-Earth/issues |
Bahasa yang Didukung | 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\/*" ] } |