Twitch - Auto Claim Points(忠誠點數)
Automatically claim the bonus channel points when the option pops up in twitch chat.
Twitch - Auto Claim Points(忠誠點數) क्या है?
Twitch - Auto Claim Points(忠誠點數) ITyouG द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically claim the bonus channel points when the option pops up in twitch chat."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch - Auto Claim Points(忠誠點數) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically claim the bonus channel points when the option pops up in twitch chat. This extension will redeem the bonus points from Twitch Channel Points that are given to viewers during live streams each 15 minutes. Source code:https://github.com/ITyouG/Auto-Claim-Twitch-Points
एक्सटेंशन की मूल जानकारी
नाम | Twitch - Auto Claim Points(忠誠點數) |
ID | gjhoghnlnfbcacnbfagcbfdmjejebaje |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitch-auto-claim-points%E5%BF%A0/gjhoghnlnfbcacnbfagcbfdmjejebaje |
विवरण | Automatically claim the bonus channel points when the option pops up in twitch chat. |
फ़ाइल का आकार | 6.07 KB |
स्थापना संख्या | 674 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-11-03 |
प्रकाशन तिथि | 2021-03-07 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | ITyouG |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch - Auto Claim Points(\u5fe0\u8aa0\u9ede\u6578)", "description": "Automatically claim the bonus channel points when the option pops up in twitch chat.", "version": "1.0.0", "manifest_version": 2, "permissions": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "run_at": "document_idle", "js": [ "injected.js" ], "all_frames": true } ], "icons": { "32": "icon_32.png", "48": "icon_48.png", "64": "icon_64.png" } } |