Twitch Tools
Move twitch chat to the left side
Was ist Twitch Tools?
Twitch Tools ist eine Chrome-Erweiterung, die von https://nomercy.tv entwickelt wurde, und ihr Hauptmerkmal ist "Move twitch chat to the left side".
Erweiterungsscreenshots
Twitch Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Twitch Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Twitch Tools |
ID | hoolijiaaedceodofbgpogpalnofodgh |
Offizielle URL | https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh |
Beschreibung | Move twitch chat to the left side |
Dateigröße | 12.65 KB |
Installationsanzahl | 17 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2022-04-12 |
Veröffentlichungsdatum | 2022-04-12 |
Bewertung | 1.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://nomercy.tv |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool |
Hilfeseite URL | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues |
Unterstützte Sprachen | 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\/*" ] } ] } |