Twitch Tools
Move twitch chat to the left side
Qu'est-ce que Twitch Tools ?
Twitch Tools est une extension Chrome développée par https://nomercy.tv, et sa fonction principale est "Move twitch chat to the left side".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Tools
Téléchargez les fichiers d'extension Twitch Tools 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
Do you have twitch open on your right monitor? Move the Twitch chat to the left of your screen with one click. More tools to come. Feature requests are welcome.
Informations de Base sur l'Extension
Nom | Twitch Tools |
ID | hoolijiaaedceodofbgpogpalnofodgh |
URL Officiel | https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh |
Description | Move twitch chat to the left side |
Taille du Fichier | 12.65 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-04-12 |
Date de Publication | 2022-04-12 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | https://nomercy.tv |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool |
URL de la Page d'Aide | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.2", "action": { "default_icon": { "48": "icons\/twitch-48x48.png" }, "default_title": "Twitch Tools", "default_popup": "popup\/menu.html" }, "name": "Twitch Tools", "description": "Move twitch chat to the left side", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content\/content.js" ] } ], "icons": { "48": "icons\/twitch-48x48.png", "128": "icons\/twitch-128x128.png" }, "web_accessible_resources": [ { "resources": [ "plugins\/*", "lib\/*", "popup\/*", "content\/*" ], "use_dynamic_url": true, "matches": [ "https:\/\/www.twitch.tv\/*" ] } ] } |