Twitch Tools
Move twitch chat to the left side
Co to jest Twitch Tools?
Twitch Tools to rozszerzenie Chrome opracowane przez https://nomercy.tv, a jego główną funkcją jest „Move twitch chat to the left side”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch Tools
Pobierz pliki rozszerzeń Twitch Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Twitch Tools |
ID | hoolijiaaedceodofbgpogpalnofodgh |
Oficjalny URL | https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh |
Opis | Move twitch chat to the left side |
Rozmiar pliku | 12.65 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2022-04-12 |
Data Publikacji | 2022-04-12 |
Ocena | 1.00/5 Łącznie 2 Oceny |
Deweloper | https://nomercy.tv |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool |
Adres URL Strony Pomocy | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues |
Obsługiwane Języki | 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\/*" ] } ] } |