Twitch Channel Points Auto-Clicker

Auto-click those channel point bonuses

Hvad er Twitch Channel Points Auto-Clicker?

Twitch Channel Points Auto-Clicker er en Chrome-udvidelse udviklet af trmcnvn, og dens hovedfunktion er "Auto-click those channel point bonuses".

Udvidelsesskærmbilleder

screenshot

Download Twitch Channel Points Auto-Clicker-udvidelses-CRX-fil

Download Twitch Channel Points Auto-Clicker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Auto-click those channel point bonuses on Twitch                    

Grundlæggende oplysninger om udvidelsen

Navn Twitch Channel Points Auto-Clicker Twitch Channel Points Auto-Clicker
ID mdlokilgafgmaeojenoidfpjcacpllap
Officiel URL https://chrome.google.com/webstore/detail/twitch-channel-points-aut/mdlokilgafgmaeojenoidfpjcacpllap
Beskrivelse Auto-click those channel point bonuses
Filstørrelse 11.37 KB
Antal Installationer 30,000
Nuværende Version 0.9
Senest Opdateret 2021-09-10
Udgivelsesdato 2019-11-04
Bedømmelse 4.30/5 Samlet 61 Bedømmelser
Udvikler trmcnvn
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/trmcnvn/twitch-channel-points
Hjælpeside-URL https://github.com/trmcnvn/twitch-channel-points/issues
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Channel Points Auto-Clicker",
    "description": "Auto-click those channel point bonuses",
    "version": "0.9",
    "homepage_url": "https:\/\/github.com\/trmcnvn\/twitch-channel-points",
    "icons": {
        "16": "resources\/16.png",
        "48": "resources\/48.png",
        "96": "resources\/96.png",
        "128": "resources\/128.png"
    },
    "web_accessible_resources": [
        "dist\/src\/auto-clicker.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "dist\/src\/index.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}