Twitch Coin

Automatically gather your Twitch Coin while watching your favorite streamer.

Twitch Coin क्या है?

Twitch Coin Amin NAIRI द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically gather your Twitch Coin while watching your favorite streamer."।

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

screenshot

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

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

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

                        This extension will help you gather your channel points on Twitch TV while watching a live of your favorite streamer automatically by clicking the channel points button for you. You don't have to do anything, everything is done in the background for you.                    

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

नाम Twitch Coin Twitch Coin
ID jhoffdoklpjnpdjcgegphcicolpipocf
आधिकारिक URL https://chrome.google.com/webstore/detail/twitch-coin/jhoffdoklpjnpdjcgegphcicolpipocf
विवरण Automatically gather your Twitch Coin while watching your favorite streamer.
फ़ाइल का आकार 25.86 KB
स्थापना संख्या 444
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2021-05-26
प्रकाशन तिथि 2020-07-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Amin NAIRI
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/aminnairi/twitch-coin#readme
सहायता पृष्ठ URL https://github.com/aminnairi/twitch-coin/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Coin",
    "version": "0.1.2",
    "description": "Automatically gather your Twitch Coin while watching your favorite streamer.",
    "homepage_url": "https:\/\/github.com\/aminnairi\/twitch-coin#readme",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "scripts\/twitch-coin.js"
            ]
        }
    ]
}