Twitch - Auto Channel Points

Automatically collects Twitch.tv channel points

Vad är Twitch - Auto Channel Points?

Twitch - Auto Channel Points är en Chrome-tillägg utvecklad av arnoutpullen, och dess huvudfunktion är "Automatically collects Twitch.tv channel points".

Tilläggsskärmbilder

screenshot

Ladda ner Twitch - Auto Channel Points-förlängningens CRX-fil

Ladda ner Twitch - Auto Channel Points-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Twitch - Auto Channel Points Twitch - Auto Channel Points
ID pnifeididimfpaomnnellcfjnjmgoepk
Officiell webbadress https://chromewebstore.google.com/detail/twitch-auto-channel-point/pnifeididimfpaomnnellcfjnjmgoepk
Beskrivning Automatically collects Twitch.tv channel points
Filstorlek 19.93 KB
Antal Installationer 14,799
Aktuell Version 1.0.2
Senast Uppdaterad 2022-01-27
Publiceringsdatum 2020-04-07
Betyg 2.86/5 Totalt 36 Betyg
Utvecklare arnoutpullen
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ArnoutPullen/TwitchAutoChannelPoints
Hjälpsida URL https://github.com/ArnoutPullen/TwitchAutoChannelPoints/issues
Stödda Språk 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"
    }
}