Twitch Tools
Move twitch chat to the left side
Cos'è Twitch Tools?
Twitch Tools è un'estensione di Chrome sviluppata da https://nomercy.tv, e la sua funzione principale è "Move twitch chat to the left side".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Tools
Scarica i file di estensione Twitch Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Twitch Tools |
ID | hoolijiaaedceodofbgpogpalnofodgh |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh |
Descrizione | Move twitch chat to the left side |
Dimensione del File | 12.65 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2022-04-12 |
Data di Pubblicazione | 2022-04-12 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | https://nomercy.tv |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool |
URL della Pagina di Aiuto | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues |
Lingue Supportate | 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\/*" ] } ] } |