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…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة G-Chrome
قم بتنزيل ملفات الامتداد G-Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| 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/ |
| عنوان صفحة المساعدة | 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\/*"
]
} | |