Twitch Coin Collector

A Chrome Extension to collect the twitch channel points automatically.

Twitch Coin Collector क्या है?

Twitch Coin Collector Rene B. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome Extension to collect the twitch channel points automatically."।

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

screenshot

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

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

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

                        With this chrome extension you can collect the twitch channel rewards automatically.                    

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

नाम Twitch Coin Collector Twitch Coin Collector
ID kjfhmebpccbcooagfbfgddoebmkmclmb
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-coin-collector/kjfhmebpccbcooagfbfgddoebmkmclmb
विवरण A Chrome Extension to collect the twitch channel points automatically.
फ़ाइल का आकार 16.42 KB
स्थापना संख्या 55
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2022-04-28
प्रकाशन तिथि 2022-04-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Rene B.
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Coin Collector",
    "description": "A Chrome Extension to collect the twitch channel points automatically.",
    "version": "0.1.0",
    "action": {
        "default_icon": "assets\/coin_click_64.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}