Twitch Channel Points Bonus Collector

Auto-clicks the Channel Points bonus button when it appears.

Twitch Channel Points Bonus Collector क्या है?

Twitch Channel Points Bonus Collector https://avi12.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto-clicks the Channel Points bonus button when it appears."।

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

screenshot

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

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

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

                        Welcome to the Twitch Channel Points click farm!
Once the extension is installed, all you've got to do is to just open the Twitch live stream (or reload, if it's already open), and relax - the extension will take care of everything else.

Source code: https://github.com/avi12/twitch-cp-bonus-collector                    

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

नाम Twitch Channel Points Bonus Collector Twitch Channel Points Bonus Collector
ID kbbdnbaghpcjpdhbjbccadodjejlkkgg
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-channel-points-bon/kbbdnbaghpcjpdhbjbccadodjejlkkgg
विवरण Auto-clicks the Channel Points bonus button when it appears.
फ़ाइल का आकार 9.96 KB
स्थापना संख्या 6,214
वर्तमान संस्करण 2.0.6
अंतिम अपडेट 2023-03-13
प्रकाशन तिथि 2020-06-30
रेटिंग 3.79/5 कुल 14 रेटिंग्स
डेवलपर https://avi12.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://avi12.com
सहायता पृष्ठ URL https://github.com/avi12/twitch-cp-bonus-collector/issues/new/choose
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "2.0.6",
    "author": "avi12",
    "name": "Twitch Channel Points Bonus Collector",
    "description": "Auto-clicks the Channel Points bonus button when it appears.",
    "homepage_url": "https:\/\/avi12.com\/twitch-cp-bonus-collector",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.07616647.js"
            ],
            "css": []
        }
    ],
    "offline_enabled": true
}