Twitch Points Chest Clicker

Clicks the twitch points chest automatically for you.

Co to jest Twitch Points Chest Clicker?

Twitch Points Chest Clicker to rozszerzenie Chrome opracowane przez Clinton, a jego główną funkcją jest „Clicks the twitch points chest automatically for you.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitch Points Chest Clicker

Pobierz pliki rozszerzeń Twitch Points Chest 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

                        Automatically clicks the points chest for twitch streams. Checks every 15 seconds.                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitch Points Chest Clicker Twitch Points Chest Clicker
ID lmnekimpcncfaincbkgnbmbjcnkncpff
Oficjalny URL https://chrome.google.com/webstore/detail/twitch-points-chest-click/lmnekimpcncfaincbkgnbmbjcnkncpff
Opis Clicks the twitch points chest automatically for you.
Rozmiar pliku 18.34 KB
Liczba instalacji 91
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2020-12-21
Data Publikacji 2020-05-02
Deweloper Clinton
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 Points Chest Clicker",
    "version": "0.3",
    "description": "Clicks the twitch points chest automatically for you.",
    "icons": {
        "48": "icons\/treasure_Chest_48.png",
        "96": "icons\/treasure_Chest_96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "twitch_points.js"
            ]
        }
    ]
}