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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | THEHAX.PL |
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" ] } } |