Twitch Auto Bonuschest
An extension that automatically clicks on bonus chests.
Twitch Auto Bonuschest क्या है?
Twitch Auto Bonuschest styfish द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that automatically clicks on bonus chests."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch Auto Bonuschest एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
【Features】 ・Automatically click on the bonus chest that appears after 15 minutes of viewing. ・Measure the time it takes for the bonus chest to appear. (countdown) 【Remarks】 ・The time is displayed on the icon, so fixing it is recommended. 【Github】 ・https://github.com/StyfishNoob/Twitch-AutoBC 【Update】 ・2021/5/14 ver2.0 ・2021/7/30 ver2.1 ・2021/8/11 ver2.2 ・2021/8/31 ver2.3 (Translated by DeepL)
एक्सटेंशन की मूल जानकारी
नाम | Twitch Auto Bonuschest |
ID | dhpinkkdmelhnmjicdamkkkoacljhknd |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitch-auto-bonuschest/dhpinkkdmelhnmjicdamkkkoacljhknd |
विवरण | An extension that automatically clicks on bonus chests. |
फ़ाइल का आकार | 11.64 KB |
स्थापना संख्या | 149 |
वर्तमान संस्करण | 2.4 |
अंतिम अपडेट | 2021-10-02 |
प्रकाशन तिथि | 2021-02-22 |
डेवलपर | styfish |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.4", "default_locale": "en", "name": "Twitch Auto Bonuschest", "description": "An extension that automatically clicks on bonus chests.", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "contentScript.js" ] } ], "browser_action": { "default_popup": "popup\/popup.html", "default_title": "Click on the bonus chest automatically!" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |