Twitch Channel Points Autoclicker (Lite)

Automatically claims 'Channel Points' on Twitch

Wat is Twitch Channel Points Autoclicker (Lite)?

Twitch Channel Points Autoclicker (Lite) is een Chrome-extensie ontwikkeld door xinitrc, en de belangrijkste functie is "Automatically claims 'Channel Points' on Twitch".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Twitch Channel Points Autoclicker (Lite)

Download Twitch Channel Points Autoclicker (Lite)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Twitch Channel Points Autoclicker (Lite) Twitch Channel Points Autoclicker (Lite)
ID fapndfdannkgofolmaihpbigbolcobek
Officiële URL https://chromewebstore.google.com/detail/twitch-channel-points-aut/fapndfdannkgofolmaihpbigbolcobek
Beschrijving Automatically claims 'Channel Points' on Twitch
Bestandsgrootte 19.56 KB
Aantal Installaties 5,437
Huidige Versie 1.3
Laatst Bijgewerkt 2021-05-05
Publicatiedatum 2019-10-27
Beoordeling 4.20/5 Totaal 20 Beoordelingen
Ontwikkelaar xinitrc
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}