Twitch Auto Channel Points

Automatically collects twitch channel points for you!

Hvad er Twitch Auto Channel Points?

Twitch Auto Channel Points er en Chrome-udvidelse udviklet af joelkerfoot, og dens hovedfunktion er "Automatically collects twitch channel points for you!".

Udvidelsesskærmbilleder

screenshot

Download Twitch Auto Channel Points-udvidelses-CRX-fil

Download Twitch Auto Channel Points-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

                        Automatically claims Channel Points on all twitch streams.

Works on multiple tabs.

View the source: https://github.com/kerfootj/twitch-auto-points                    

Grundlæggende oplysninger om udvidelsen

Navn Twitch Auto Channel Points Twitch Auto Channel Points
ID ohokfmiofkajalkbbdjbjlfbociflmfd
Officiel URL https://chrome.google.com/webstore/detail/twitch-auto-channel-point/ohokfmiofkajalkbbdjbjlfbociflmfd
Beskrivelse Automatically collects twitch channel points for you!
Filstørrelse 6.07 KB
Antal Installationer 20,000
Nuværende Version 1.0.0
Senest Opdateret 2020-01-13
Udgivelsesdato 2020-01-13
Bedømmelse 3.69/5 Samlet 26 Bedømmelser
Udvikler joelkerfoot
Betalingsmetode free
Udvidelseswebsted https://github.com/kerfootj/twitch-auto-points
Hjælpeside-URL https://github.com/kerfootj/twitch-auto-points/issues
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Auto Channel Points",
    "version": "1.0.0",
    "description": "Automatically collects twitch channel points for you!",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "points.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    }
}