TwitchCast Helper
For everyone that use TwitchCast https://nightdev.com/twitchcast/
Qu'est-ce que TwitchCast Helper ?
TwitchCast Helper est une extension Chrome développée par Codeentangle, et sa fonction principale est "For everyone that use TwitchCast https://nightdev.com/twitchcast/".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TwitchCast Helper
Téléchargez les fichiers d'extension TwitchCast Helper 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
This extension works in three simple steps. Step 1 Go to twitch channel of choise. Step 2 TwitchCast Helper play button will activate. Step 3 Click to be directed to the TwitchCast page.
Informations de Base sur l'Extension
Nom | TwitchCast Helper |
ID | fcflimbaekgabcddmkgdhinddiabgcjf |
URL Officiel | https://chromewebstore.google.com/detail/twitchcast-helper/fcflimbaekgabcddmkgdhinddiabgcjf |
Description | For everyone that use TwitchCast https://nightdev.com/twitchcast/ |
Taille du Fichier | 6.42 KB |
Nombre d'Installations | 45 |
Version Actuelle | 0.2.4 |
Dernière Mise à Jour | 2017-11-11 |
Date de Publication | 2017-11-11 |
Développeur | Codeentangle |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/codeentangle/TwitchCast-Helper |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TwitchCast Helper", "version": "0.2.4", "description": "For everyone that use TwitchCast https:\/\/nightdev.com\/twitchcast\/", "background": { "scripts": [ "init.js" ], "persistent": false }, "page_action": { "default_icon": "icon-128.png", "default_title": "TwitchCast Helper" }, "content_scripts": [ { "matches": [ "https:\/\/nightdev.com\/twitchcast\/*" ], "js": [ "setchannel.js" ] } ], "permissions": [ "declarativeContent", "tabs", "storage" ], "icons": { "240": "icon-128.png" } } |