Twitch Channel Points Autoclicker (Lite)
Automatically claims 'Channel Points' on Twitch
Twitch Channel Points Autoclicker (Lite) क्या है?
Twitch Channel Points Autoclicker (Lite) xinitrc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically claims 'Channel Points' on Twitch"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch Channel Points Autoclicker (Lite) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically claims 'Channel Points' on Twitch for the channel you are watching. THIS IS A LITE VERSION OF: https://chrome.google.com/webstore/detail/pbeamibpehihpjljabhnchghlbneiane/ Changes from the main version: includes only content scripts, meaning the pages need to be reloaded for it to start working, and no additional features will be supported. As such, it requires NO PERMISSIONS from the user, like browsing history. Main extension is also available for Mozilla Firefox: https://addons.mozilla.org/en-GB/firefox/addon/twitch-points-autoclicker/ Note: May not be compatible with some twitch design changing extensions. Source code is available on GitHub: https://github.com/xinitrc-dev/twitch-points-autoclicker
एक्सटेंशन की मूल जानकारी
नाम | Twitch Channel Points Autoclicker (Lite) |
ID | fapndfdannkgofolmaihpbigbolcobek |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitch-channel-points-aut/fapndfdannkgofolmaihpbigbolcobek |
विवरण | Automatically claims 'Channel Points' on Twitch |
फ़ाइल का आकार | 19.56 KB |
स्थापना संख्या | 5,437 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2021-05-05 |
प्रकाशन तिथि | 2019-10-27 |
रेटिंग | 4.20/5 कुल 20 रेटिंग्स |
डेवलपर | xinitrc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Channel Points Autoclicker (Lite)", "description": "Automatically claims 'Channel Points' on Twitch", "version": "1.3", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "arrive-2.4.1.min.js", "twitch-clicker.js" ], "run_at": "document_end" } ] } |