Channel Point and Drop Collector
Collects bonus channel points and claims Drops while watching a stream on Twitch.
Channel Point and Drop Collector क्या है?
Channel Point and Drop Collector WeaselStorm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collects bonus channel points and claims Drops while watching a stream on Twitch."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Channel Point and Drop Collector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Collects bonus channel points while watching your favorite streamers and claims any Drops from the new Twitch Drops and Inventory system automatically. Simply open the stream you wish to claim drops from and let the extension do the rest.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/channel-point-and-drop-co/ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
विवरण | Collects bonus channel points and claims Drops while watching a stream on Twitch. |
फ़ाइल का आकार | 11.4 KB |
स्थापना संख्या | 3,691 |
वर्तमान संस्करण | 0.0.10 |
अंतिम अपडेट | 2022-01-02 |
प्रकाशन तिथि | 2021-12-22 |
रेटिंग | 3.57/5 कुल 7 रेटिंग्स |
डेवलपर | WeaselStorm |
ईमेल | [email protected] |
एक्सटेंशन वेबसाइट | https://github.com/WeaselStorm/ChannelPointCollector |
सहायता पृष्ठ URL | https://github.com/WeaselStorm/ChannelPointCollector/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Channel Point and Drop Collector", "version": "0.0.10", "description": "Collects bonus channel points and claims Drops while watching a stream on Twitch.", "icons": { "128": "icon128.png", "64": "icon64.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "js\/interaction.js" ] } ] } |