Twitch - Auto Channel Points

Automatically collects Twitch.tv channel points

Twitch - Auto Channel Points क्या है?

Twitch - Auto Channel Points arnoutpullen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically collects Twitch.tv channel points"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitch - Auto Channel Points एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Automatically collects Twitch.tv channel points, without you having to do anything. This way you can collect a lot of points while watching your favorite streamer(s)!

If it doesn't work on your browser, I recommed to try the BetterTTV extension.
https://chrome.google.com/webstore/detail/betterttv/ajopnjidmegmdimjlfnijceegpefgped                    

एक्सटेंशन की मूल जानकारी

नाम Twitch - Auto Channel Points Twitch - Auto Channel Points
ID pnifeididimfpaomnnellcfjnjmgoepk
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-auto-channel-point/pnifeididimfpaomnnellcfjnjmgoepk
विवरण Automatically collects Twitch.tv channel points
फ़ाइल का आकार 19.93 KB
स्थापना संख्या 14,799
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-01-27
प्रकाशन तिथि 2020-04-07
रेटिंग 2.86/5 कुल 36 रेटिंग्स
डेवलपर arnoutpullen
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ArnoutPullen/TwitchAutoChannelPoints
सहायता पृष्ठ URL https://github.com/ArnoutPullen/TwitchAutoChannelPoints/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch - Auto Channel Points",
    "description": "Automatically collects Twitch.tv channel points",
    "version": "1.0.2",
    "author": "Arnout Pullen",
    "content_scripts": [
        {
            "js": [
                "sites\/twitch\/twitch.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "icons": {
        "128": "assets\/icons\/icon-128x128.png",
        "16": "assets\/icons\/icon-16x16.png",
        "32": "assets\/icons\/icon-32x32.png",
        "48": "assets\/icons\/icon-48x48.png"
    }
}