Twitch - Auto Channel Points
Automatically collects Twitch.tv channel points
Qu'est-ce que Twitch - Auto Channel Points ?
Twitch - Auto Channel Points est une extension Chrome développée par arnoutpullen, et sa fonction principale est "Automatically collects Twitch.tv channel points".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch - Auto Channel Points
Téléchargez les fichiers d'extension Twitch - Auto Channel Points au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Twitch - Auto Channel Points |
ID | pnifeididimfpaomnnellcfjnjmgoepk |
URL Officiel | https://chromewebstore.google.com/detail/twitch-auto-channel-point/pnifeididimfpaomnnellcfjnjmgoepk |
Description | Automatically collects Twitch.tv channel points |
Taille du Fichier | 19.93 KB |
Nombre d'Installations | 14,799 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-01-27 |
Date de Publication | 2020-04-07 |
Évaluation | 2.86/5 Total 36 Évaluations |
Développeur | arnoutpullen |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ArnoutPullen/TwitchAutoChannelPoints |
URL de la Page d'Aide | https://github.com/ArnoutPullen/TwitchAutoChannelPoints/issues |
Langues Prises en Charge | 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" } } |