Twitch Channel Points Autoclicker (Lite)

Automatically claims 'Channel Points' on Twitch

Co je Twitch Channel Points Autoclicker (Lite)?

Twitch Channel Points Autoclicker (Lite) je rozšíření Chrome vyvinuté xinitrc, a jeho hlavní funkcí je „Automatically claims 'Channel Points' on Twitch“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Twitch Channel Points Autoclicker (Lite)

Stáhněte si soubory rozšíření Twitch Channel Points Autoclicker (Lite) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Twitch Channel Points Autoclicker (Lite) Twitch Channel Points Autoclicker (Lite)
ID fapndfdannkgofolmaihpbigbolcobek
Oficiální URL https://chromewebstore.google.com/detail/twitch-channel-points-aut/fapndfdannkgofolmaihpbigbolcobek
Popis Automatically claims 'Channel Points' on Twitch
Velikost souboru 19.56 KB
Počet instalací 5,437
Aktuální Verze 1.3
Poslední Aktualizace 2021-05-05
Datum Vydání 2019-10-27
Hodnocení 4.20/5 Celkem 20 Hodnocení
Vývojář xinitrc
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}