Twitch Auto Collect

Automate your bonus point collection on Twitch.tv with TwitchAutoCollect

Twitch Auto Collect क्या है?

Twitch Auto Collect spynos123 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate your bonus point collection on Twitch.tv with TwitchAutoCollect"।

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

screenshot
screenshot

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

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

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

                        Experience the new way of watching Twitch.tv with TwitchAutoCollect, the Chrome extension designed to simplify and enhance your viewing experience.

Key Features:

Seamless Functionality: TwitchAutoCollect works flawlessly on Twitch.tv, providing a seamless, enhanced user experience.

Automated Collection: The extension automatically clicks bonus point buttons, taking the burden off your shoulders.

Simplicity at its Best: All you need to do is start your stream. TwitchAutoCollect will handle the rest, effortlessly accruing Channel Points for you.

Multi-Tab and Multi-Channel Support: TwitchAutoCollect isn't just for one tab or channel. It's designed to work effectively across multiple tabs and channels simultaneously.

Ready to take your Twitch.tv experience to the next level? Install TwitchAutoCollect today and let us help you maximize your bonus point collection!                    

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

नाम Twitch Auto Collect Twitch Auto Collect
ID icficplcobgmnmfjhphfeknobiiidofo
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-auto-collect/icficplcobgmnmfjhphfeknobiiidofo
विवरण Automate your bonus point collection on Twitch.tv with TwitchAutoCollect
फ़ाइल का आकार 166 KB
स्थापना संख्या 930
वर्तमान संस्करण 0.0.8
अंतिम अपडेट 2023-07-31
प्रकाशन तिथि 2022-09-13
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर spynos123
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twichautocollect.com
समर्थित भाषाएँ id,de,en,fr,no,tr,da,et,es,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.0.8",
    "manifest_version": 3,
    "icons": {
        "128": "icon128x128.png",
        "16": "icon16x16.png",
        "48": "icon48x48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "arrive-2.4.1.min.js",
                "twitch.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "alarms",
        "background",
        "webNavigation",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/helper.html"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "helper.html",
                "options.html",
                "options_helper.html",
                "arrive-2.4.1.min.js",
                "twitch.js",
                "popup.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}