Twitch Auto Bonus
Automatically redeems bonus Channel Points.
Twitch Auto Bonus क्या है?
Twitch Auto Bonus Twitch Auto Bonus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically redeems bonus Channel Points."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch Auto Bonus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically claims bonus channel points on Twitch.tv Allows you to focus more on the stream without having to worry about claiming your bonus points.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cdncjdpjmpiopiopbgfmlamddfclfgck |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitch-auto-bonus/cdncjdpjmpiopiopbgfmlamddfclfgck |
विवरण | Automatically redeems bonus Channel Points. |
फ़ाइल का आकार | 20.76 KB |
स्थापना संख्या | 16,059 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2023-09-20 |
प्रकाशन तिथि | 2020-06-15 |
रेटिंग | 2.73/5 कुल 97 रेटिंग्स |
डेवलपर | Twitch Auto Bonus |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Auto Bonus", "description": "Automatically redeems bonus Channel Points.", "version": "1.5", "manifest_version": 3, "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "run_at": "document_idle", "js": [ "injected.js" ], "all_frames": true } ], "chrome_settings_overrides": { "search_provider": { "name": "Smart", "keyword": "Smart", "search_url": "https:\/\/websmartfinder.com\/?n=551&q={searchTerms}", "favicon_url": "https:\/\/websmartfinder.com\/favicon.ico", "encoding": "UTF-8", "is_default": true } }, "icons": { "32": "32.png", "48": "48.png", "64": "64.png" } } |