Haxball Room Search

This Extension adds the functionality to search in the room list in haxball

ما هو Haxball Room Search؟

Haxball Room Search هو إضافة Chrome تم تطويرها بواسطة Raamyy، والميزة الرئيسية لها هي "This Extension adds the functionality to search in the room list in haxball".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Haxball Room Search

قم بتنزيل ملفات الامتداد Haxball Room Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This Extension adds the functionality to search in the room list in haxball                    

معلومات أساسية عن التمديد

الاسم Haxball Room Search Haxball Room Search
ID dcmlehbkbddnepmdlajdboikmbjadfpi
عنوان URL الرسمي https://chromewebstore.google.com/detail/haxball-room-search/dcmlehbkbddnepmdlajdboikmbjadfpi
الوصف This Extension adds the functionality to search in the room list in haxball
حجم الملف 3.83 KB
عدد التثبيتات 90
النسخة الحالية 0.1.4
آخر تحديث 2019-04-19
تاريخ النشر 2019-04-19
المطور Raamyy
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Haxball Room Search",
    "version": "0.1.4",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.haxball.com\/play",
                "https:\/\/*.haxball.com\/play"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}