Twitch Channel Points Auto Clicker

Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

Twitch Channel Points Auto Clicker क्या है?

Twitch Channel Points Auto Clicker https://raven.fo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace."।

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

screenshot

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

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

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

                        Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

Make sure to refresh Twitch after installing the extension.                    

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

नाम Twitch Channel Points Auto Clicker Twitch Channel Points Auto Clicker
ID jdpblpklojajpopllbckephjndibljbc
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-channel-points-aut/jdpblpklojajpopllbckephjndibljbc
विवरण Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.
फ़ाइल का आकार 86.97 KB
स्थापना संख्या 154,328
वर्तमान संस्करण 0.0.13
अंतिम अपडेट 2022-06-18
प्रकाशन तिथि 2020-06-17
रेटिंग 4.16/5 कुल 152 रेटिंग्स
डेवलपर https://raven.fo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Channel Points Auto Clicker",
    "short_name": "TCPAC",
    "version": "0.0.13",
    "description": "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "badge.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}