Autodarts Tools
Autodarts Tools enhances the gaming experience on autodarts.io with features like color customization and extended lobby information
Autodarts Toolsคืออะไร?
Autodarts Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย creazy.eth และคุณลักษณะหลักของมันคือ "Autodarts Tools enhances the gaming experience on autodarts.io with features like color customization and extended lobby information"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Autodarts Tools
ดาวน์โหลดไฟล์ส่วนขยาย Autodarts Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Autodarts Tools enhances the gaming experience on https://autodarts.io/ with features like color customization, auto-start games once a player joined, extended lobby information and TV like streamer mode. Note: This is not an official extension of the Autodarts team and is no more than a hobby project which is powered by autodarts.io
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Autodarts Tools |
ID | oolfddhehmbpdnlmoljmllcdggmkgihh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/autodarts-tools/oolfddhehmbpdnlmoljmllcdggmkgihh |
คำอธิบาย | Autodarts Tools enhances the gaming experience on autodarts.io with features like color customization and extended lobby information |
ขนาดไฟล์ | 114 KB |
จำนวนการติดตั้ง | 162 |
เวอร์ชันปัจจุบัน | 0.0.7 |
อัปเดตครั้งล่าสุด | 2024-03-06 |
วันที่เผยแพร่ | 2024-02-03 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | creazy.eth |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://autodarts.io/ |
URL หน้าช่วยเหลือ | https://github.com/creazy231/autodarts-tools/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autodarts Tools", "description": "Autodarts Tools enhances the gaming experience on autodarts.io with features like color customization and extended lobby information", "version": "0.0.7.0", "version_name": "0.0.7", "manifest_version": 3, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "src\/popup\/index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-3c9839ed.js" ], "all_frames": false, "matches": [ "*:\/\/play.autodarts.io\/*" ], "run_at": "document_end", "css": [ "assets\/index-fc892df5.css" ] } ], "host_permissions": [ "*:\/\/play.autodarts.io\/*" ], "permissions": [ "storage", "debugger", "activeTab" ], "web_accessible_resources": [ { "matches": [ "*:\/\/play.autodarts.io\/*" ], "resources": [ "assets\/useLocalStorage-7310c7c9.js", "assets\/index.ts-311e8d36.js" ], "use_dynamic_url": true } ] } |