Twitch Channel Points Auto Clicker

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

Co to jest Twitch Channel Points Auto Clicker?

Twitch Channel Points Auto Clicker to rozszerzenie Chrome opracowane przez https://raven.fo, a jego główną funkcją jest „Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitch Channel Points Auto Clicker

Pobierz pliki rozszerzeń Twitch Channel Points Auto Clicker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitch Channel Points Auto Clicker Twitch Channel Points Auto Clicker
ID jdpblpklojajpopllbckephjndibljbc
Oficjalny URL https://chromewebstore.google.com/detail/twitch-channel-points-aut/jdpblpklojajpopllbckephjndibljbc
Opis Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.
Rozmiar pliku 86.97 KB
Liczba instalacji 154,328
Aktualna Wersja 0.0.13
Ostatnia Aktualizacja 2022-06-18
Data Publikacji 2020-06-17
Ocena 4.16/5 Łącznie 152 Oceny
Deweloper https://raven.fo
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}