Twich watch helper
Help me to watch twitch streams.
Qu'est-ce que Twich watch helper ?
Twich watch helper est une extension Chrome développée par slonofanya, et sa fonction principale est "Help me to watch twitch streams.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twich watch helper
Téléchargez les fichiers d'extension Twich watch 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
It is extension for my own presupposes. Help me to watch twitch streams.
Informations de Base sur l'Extension
Nom | ![]() |
ID | gdplkcapaddemcemgfldebpmeajbdbmg |
URL Officiel | https://chrome.google.com/webstore/detail/twich-watch-helper/gdplkcapaddemcemgfldebpmeajbdbmg |
Description | Help me to watch twitch streams. |
Taille du Fichier | 5.37 KB |
Nombre d'Installations | 216 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2020-05-11 |
Date de Publication | 2020-05-11 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | slonofanya |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twich watch helper", "description": "Help me to watch twitch streams.", "version": "1", "permissions": [ "activeTab" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2, "icons": { "16": ".\/cloudflare.png", "32": ".\/cloudflare.png", "48": ".\/cloudflare.png", "128": ".\/cloudflare.png" } } |