THEHAX.PL
Automatic connecting with public rooms.
ما هو THEHAX.PL؟
THEHAX.PL هو إضافة Chrome تم تطويرها بواسطة https://thehax.pl، والميزة الرئيسية لها هي "Automatic connecting with public rooms.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة THEHAX.PL
قم بتنزيل ملفات الامتداد THEHAX.PL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
| الاسم | |
| ID | agjeeceknckhfaghdaecficmolololfc |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/thehaxpl/agjeeceknckhfaghdaecficmolololfc |
| الوصف | Automatic connecting with public rooms. |
| حجم الملف | 87.08 KB |
| عدد التثبيتات | 20 |
| النسخة الحالية | 1.30 |
| آخر تحديث | 2018-07-09 |
| تاريخ النشر | 2018-07-09 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | https://thehax.pl |
| نوع الدفع | free |
| اللغات المدعومة | en,pl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "THEHAX.PL",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.30",
"permissions": [
"https:\/\/html5.haxball.com\/*",
"https:\/\/haxball.com\/*",
"http:\/\/thehax.pl\/*",
"notifications"
],
"icons": {
"128": "icon128.png",
"48": "icon48.png"
},
"browser_action": {
"default_icon": "org.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
}
} | |