Twitch Channel Points Autoclicker (Lite)

Automatically claims 'Channel Points' on Twitch

Cos'è Twitch Channel Points Autoclicker (Lite)?

Twitch Channel Points Autoclicker (Lite) è un'estensione di Chrome sviluppata da xinitrc, e la sua funzione principale è "Automatically claims 'Channel Points' on Twitch".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Twitch Channel Points Autoclicker (Lite)

Scarica i file di estensione Twitch Channel Points Autoclicker (Lite) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Twitch Channel Points Autoclicker (Lite) Twitch Channel Points Autoclicker (Lite)
ID fapndfdannkgofolmaihpbigbolcobek
URL Ufficiale https://chromewebstore.google.com/detail/twitch-channel-points-aut/fapndfdannkgofolmaihpbigbolcobek
Descrizione Automatically claims 'Channel Points' on Twitch
Dimensione del File 19.56 KB
Conteggio Installazioni 5,437
Versione Corrente 1.3
Ultimo Aggiornamento 2021-05-05
Data di Pubblicazione 2019-10-27
Valutazione 4.20/5 Totale 20 Valutazioni
Sviluppatore xinitrc
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}