Twitch Channel Points Auto Redeem

Automatically redeem the bonus channel points when the option pops up in twitch chat

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

Twitch Channel Points Auto Redeem Frank द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically redeem the bonus channel points when the option pops up in twitch chat"।

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

screenshot

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

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

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

                        You can tell it is working because it will say "STREAM CHAT (AUTO ✅)" instead of just "STREAM CHAT" above the chat. It will take a few seconds to appear after a stream is loaded.

Open source at https://github.com/FrankSalmick/twitch-autoredeem

Report problems at https://github.com/FrankSalmick/twitch-autoredeem/issues                    

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

नाम Twitch Channel Points Auto Redeem Twitch Channel Points Auto Redeem
ID aklgphppnaannfmmijfggcckafbkbihi
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi
विवरण Automatically redeem the bonus channel points when the option pops up in twitch chat
फ़ाइल का आकार 7.08 KB
स्थापना संख्या 903
वर्तमान संस्करण 20.12.23
अंतिम अपडेट 2020-12-24
प्रकाशन तिथि 2020-04-08
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर Frank
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/FrankSalmick/twitch-autoredeem
सहायता पृष्ठ URL https://github.com/FrankSalmick/twitch-autoredeem/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Automatically redeem the bonus channel points when the option pops up in twitch chat",
    "manifest_version": 2,
    "name": "Twitch Channel Points Auto Redeem",
    "short_name": "Channel Points Redeemer",
    "version": "20.12.23",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "twitchAutoredeem.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}