Twitch Auto Channel Points Collector
Automatically collect channel points while you are watching someone on twitch.tv!
Twitch Auto Channel Points Collector क्या है?
Twitch Auto Channel Points Collector https://jerejacobson.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically collect channel points while you are watching someone on twitch.tv!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch Auto Channel Points Collector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is an extension for twitch.tv that will auto click on channel point gifts for you.
एक्सटेंशन की मूल जानकारी
नाम | Twitch Auto Channel Points Collector |
ID | jhkcenchneiejpdcglhdodfokjabojfp |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitch-auto-channel-point/jhkcenchneiejpdcglhdodfokjabojfp |
विवरण | Automatically collect channel points while you are watching someone on twitch.tv! |
फ़ाइल का आकार | 46.46 KB |
स्थापना संख्या | 153 |
वर्तमान संस्करण | 0.0.0.2 |
अंतिम अपडेट | 2022-02-01 |
प्रकाशन तिथि | 2022-01-14 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://jerejacobson.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.jerejacobson.com/posts/buildchromeextension/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Auto Channel Points Collector", "description": "Automatically collect channel points while you are watching someone on twitch.tv!", "version": "0.0.0.2", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "css": [ "style.css" ], "default_icon": { "16": "\/images\/channel16.png", "32": "\/images\/channel32.png", "48": "\/images\/channel48.png", "128": "\/images\/channel128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "thirdParty\/jquery-3.6.0.min.js", "content-script.js" ] } ], "icons": { "16": "\/images\/channel16.png", "32": "\/images\/channel32.png", "48": "\/images\/channel48.png", "128": "\/images\/channel128.png" } } |