Twitch Tools
Move twitch chat to the left side
Wat is Twitch Tools?
Twitch Tools is een Chrome-extensie ontwikkeld door https://nomercy.tv, en de belangrijkste functie is "Move twitch chat to the left side".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Tools
Download Twitch Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Twitch Tools |
ID | hoolijiaaedceodofbgpogpalnofodgh |
Officiële URL | https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh |
Beschrijving | Move twitch chat to the left side |
Bestandsgrootte | 12.65 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2022-04-12 |
Publicatiedatum | 2022-04-12 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://nomercy.tv |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool |
Help Pagina-URL | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues |
Ondersteunde Talen | 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\/*" ] } ] } |