Twitch Channel Points Auto-Clicker

Auto-click those channel point bonuses

Co to jest Twitch Channel Points Auto-Clicker?

Twitch Channel Points Auto-Clicker to rozszerzenie Chrome opracowane przez trmcnvn, a jego główną funkcją jest „Auto-click those channel point bonuses”.

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-click those channel point bonuses on Twitch                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitch Channel Points Auto-Clicker Twitch Channel Points Auto-Clicker
ID mdlokilgafgmaeojenoidfpjcacpllap
Oficjalny URL https://chrome.google.com/webstore/detail/twitch-channel-points-aut/mdlokilgafgmaeojenoidfpjcacpllap
Opis Auto-click those channel point bonuses
Rozmiar pliku 11.37 KB
Liczba instalacji 30,000
Aktualna Wersja 0.9
Ostatnia Aktualizacja 2021-09-10
Data Publikacji 2019-11-04
Ocena 4.30/5 Łącznie 61 Oceny
Deweloper trmcnvn
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/trmcnvn/twitch-channel-points
Adres URL Strony Pomocy https://github.com/trmcnvn/twitch-channel-points/issues
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",
    "description": "Auto-click those channel point bonuses",
    "version": "0.9",
    "homepage_url": "https:\/\/github.com\/trmcnvn\/twitch-channel-points",
    "icons": {
        "16": "resources\/16.png",
        "48": "resources\/48.png",
        "96": "resources\/96.png",
        "128": "resources\/128.png"
    },
    "web_accessible_resources": [
        "dist\/src\/auto-clicker.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "dist\/src\/index.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}