Twitch Treasure Collector (Channel Points)

Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK

Twitch Treasure Collector (Channel Points) क्या है?

Twitch Treasure Collector (Channel Points) chris द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK"।

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

screenshot
screenshot

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

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

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

                        Are you a regular viewer of Twitch.TV streamers? Do your favourite broadcasters offer channel points? If you want to make sure you never miss out on those extra bonus channel points, then this is the extension for you! Simply add to your browser, and whenever you're on a Twitch.TV channel, we'll periodically check to see if there is a bonus to be had, if there is, we'll collect it for you, even if you're not at your keyboard!                    

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

नाम Twitch Treasure Collector (Channel Points) Twitch Treasure Collector (Channel Points)
ID bbpbicnlhdipmlbohpjhecindeieebbe
आधिकारिक URL https://chrome.google.com/webstore/detail/twitch-treasure-collector/bbpbicnlhdipmlbohpjhecindeieebbe
विवरण Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK
फ़ाइल का आकार 2.25 MB
स्थापना संख्या 234
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-03-12
प्रकाशन तिथि 2020-03-12
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर chris
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/cmjchrisjones/TwitchTreasureCollector
सहायता पृष्ठ URL https://github.com/cmjchrisjones/TwitchTreasureCollector
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Twitch Treasure Collector (Channel Points)",
    "description": "Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK",
    "browser_action": [],
    "icons": {
        "16": ".\/1x\/Logo-8.png",
        "48": ".\/1x\/Logo-8.png",
        "128": ".\/1x\/Logo-8.png"
    },
    "author": "Chris Jones, Brett Miller, CorBob",
    "permissions": [
        "tabs",
        "*:\/\/*.twitch.tv\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "collector.js"
            ]
        }
    ]
}