Twitch Channel Points Autoclicker (Lite)

Automatically claims 'Channel Points' on Twitch

Co to jest Twitch Channel Points Autoclicker (Lite)?

Twitch Channel Points Autoclicker (Lite) to rozszerzenie Chrome opracowane przez xinitrc, a jego główną funkcją jest „Automatically claims 'Channel Points' on Twitch”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Twitch Channel Points Autoclicker (Lite)

Pobierz pliki rozszerzeń Twitch Channel Points Autoclicker (Lite) 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 claims 'Channel Points' on Twitch for the channel you are watching.

THIS IS A LITE VERSION OF: https://chrome.google.com/webstore/detail/pbeamibpehihpjljabhnchghlbneiane/

Changes from the main version: includes only content scripts, meaning the pages need to be reloaded for it to start working, and no additional features will be supported. As such, it requires NO PERMISSIONS from the user, like browsing history.

Main extension is also available for Mozilla Firefox: https://addons.mozilla.org/en-GB/firefox/addon/twitch-points-autoclicker/

Note: May not be compatible with some twitch design changing extensions.

Source code is available on GitHub: https://github.com/xinitrc-dev/twitch-points-autoclicker                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitch Channel Points Autoclicker (Lite) Twitch Channel Points Autoclicker (Lite)
ID fapndfdannkgofolmaihpbigbolcobek
Oficjalny URL https://chromewebstore.google.com/detail/twitch-channel-points-aut/fapndfdannkgofolmaihpbigbolcobek
Opis Automatically claims 'Channel Points' on Twitch
Rozmiar pliku 19.56 KB
Liczba instalacji 5,437
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2021-05-05
Data Publikacji 2019-10-27
Ocena 4.20/5 Łącznie 20 Oceny
Deweloper xinitrc
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 Autoclicker (Lite)",
    "description": "Automatically claims 'Channel Points' on Twitch",
    "version": "1.3",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "arrive-2.4.1.min.js",
                "twitch-clicker.js"
            ],
            "run_at": "document_end"
        }
    ]
}