Twitch - Auto Channel Points

Automatically collects Twitch.tv channel points

Co je Twitch - Auto Channel Points?

Twitch - Auto Channel Points je rozšíření Chrome vyvinuté arnoutpullen, a jeho hlavní funkcí je „Automatically collects Twitch.tv channel points“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitch - Auto Channel Points

Stáhněte si soubory rozšíření Twitch - Auto Channel Points 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 collects Twitch.tv channel points, without you having to do anything. This way you can collect a lot of points while watching your favorite streamer(s)!

If it doesn't work on your browser, I recommed to try the BetterTTV extension.
https://chrome.google.com/webstore/detail/betterttv/ajopnjidmegmdimjlfnijceegpefgped                    

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

Název Twitch - Auto Channel Points Twitch - Auto Channel Points
ID pnifeididimfpaomnnellcfjnjmgoepk
Oficiální URL https://chromewebstore.google.com/detail/twitch-auto-channel-point/pnifeididimfpaomnnellcfjnjmgoepk
Popis Automatically collects Twitch.tv channel points
Velikost souboru 19.93 KB
Počet instalací 14,799
Aktuální Verze 1.0.2
Poslední Aktualizace 2022-01-27
Datum Vydání 2020-04-07
Hodnocení 2.86/5 Celkem 36 Hodnocení
Vývojář arnoutpullen
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/ArnoutPullen/TwitchAutoChannelPoints
URL Stránky Nápovědy https://github.com/ArnoutPullen/TwitchAutoChannelPoints/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch - Auto Channel Points",
    "description": "Automatically collects Twitch.tv channel points",
    "version": "1.0.2",
    "author": "Arnout Pullen",
    "content_scripts": [
        {
            "js": [
                "sites\/twitch\/twitch.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "icons": {
        "128": "assets\/icons\/icon-128x128.png",
        "16": "assets\/icons\/icon-16x16.png",
        "32": "assets\/icons\/icon-32x32.png",
        "48": "assets\/icons\/icon-48x48.png"
    }
}