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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}