Autodarts Tools
Autodarts Tools enhances the gaming experience on autodarts.io with features like color customization and extended lobby information
Autodarts Tools क्या है?
Autodarts Tools creazy.eth द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Autodarts Tools enhances the gaming experience on autodarts.io with features like color customization and extended lobby information"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Autodarts Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } ] } |