Twitch Auto Channel Points
Automatically collects twitch channel points for you!
Co je Twitch Auto Channel Points?
Twitch Auto Channel Points je rozšíření Chrome vyvinuté joelkerfoot, a jeho hlavní funkcí je „Automatically collects twitch channel points for you!“.
Snímky obrazovky rozšíření
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 claims Channel Points on all twitch streams. Works on multiple tabs. View the source: https://github.com/kerfootj/twitch-auto-points
Základní Informace o Rozšíření
Název | |
ID | ohokfmiofkajalkbbdjbjlfbociflmfd |
Oficiální URL | https://chrome.google.com/webstore/detail/twitch-auto-channel-point/ohokfmiofkajalkbbdjbjlfbociflmfd |
Popis | Automatically collects twitch channel points for you! |
Velikost souboru | 6.07 KB |
Počet instalací | 20,000 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2020-01-13 |
Datum Vydání | 2020-01-13 |
Hodnocení | 3.69/5 Celkem 26 Hodnocení |
Vývojář | joelkerfoot |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/kerfootj/twitch-auto-points |
URL Stránky Nápovědy | https://github.com/kerfootj/twitch-auto-points/issues |
Podporované Jazyky | 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" } } |