Twitch Auto Channel Points

Automatically collects twitch channel points for you!

Twitch Auto Channel Points क्या है?

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

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

screenshot

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

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

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

                        Automatically claims Channel Points on all twitch streams.

Works on multiple tabs.

View the source: https://github.com/kerfootj/twitch-auto-points                    

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

नाम Twitch Auto Channel Points Twitch Auto Channel Points
ID ohokfmiofkajalkbbdjbjlfbociflmfd
आधिकारिक URL https://chrome.google.com/webstore/detail/twitch-auto-channel-point/ohokfmiofkajalkbbdjbjlfbociflmfd
विवरण Automatically collects twitch channel points for you!
फ़ाइल का आकार 6.07 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-01-13
प्रकाशन तिथि 2020-01-13
रेटिंग 3.69/5 कुल 26 रेटिंग्स
डेवलपर joelkerfoot
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/kerfootj/twitch-auto-points
सहायता पृष्ठ URL https://github.com/kerfootj/twitch-auto-points/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Auto Channel Points",
    "version": "1.0.0",
    "description": "Automatically collects twitch channel points for you!",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "points.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    }
}