Twitch channel points auto clicker
Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
Twitch channel points auto clicker क्या है?
Twitch channel points auto clicker ugo.P द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch channel points auto clicker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of clicks made in the session and the hour of the last click.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pcpdcimepgbgcaeaapkhllpompmmefod |
आधिकारिक URL | https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod |
विवरण | Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of… |
फ़ाइल का आकार | 5.56 KB |
स्थापना संख्या | 162 |
वर्तमान संस्करण | 1.15 |
अंतिम अपडेट | 2022-01-30 |
प्रकाशन तिथि | 2020-12-31 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | ugo.P |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch channel points auto clicker", "version": "1.15", "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*" ], "js": [ "ClickLoop.js", "Style.js", "CountDown.js" ] } ] } |