Twitch Reward Claimer

Automatically claim twitch channel points rewards.

Twitch Reward Claimer क्या है?

Twitch Reward Claimer Xenova द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically claim twitch channel points rewards."।

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

screenshot

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

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

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

                        Tired of clicking "Click to claim a bonus!" to get channel points on twitch.tv? Use this Chrome extension to automatically claim channel point rewards.                    

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

नाम Twitch Reward Claimer Twitch Reward Claimer
ID ebdhfgaeakejhkmikccanilmpadplhak
आधिकारिक URL https://chrome.google.com/webstore/detail/twitch-reward-claimer/ebdhfgaeakejhkmikccanilmpadplhak
विवरण Automatically claim twitch channel points rewards.
फ़ाइल का आकार 5.35 KB
स्थापना संख्या 743
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-10-04
प्रकाशन तिथि 2020-10-04
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Xenova
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/xenova/twitch-reward-claimer
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Reward Claimer",
    "version": "1.0.0",
    "description": "Automatically claim twitch channel points rewards.",
    "short_name": "Twitch Reward Claimer",
    "permissions": [
        "https:\/\/www.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Twitch Reward Claimer",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "homepage_url": "https:\/\/github.com\/xenova\/twitch-reward-claimer"
}