Tinker for Twitch
Control visual elements of Twitch.tv
Co to jest Tinker for Twitch?
Tinker for Twitch to rozszerzenie Chrome opracowane przez matou.io, a jego główną funkcją jest „Control visual elements of Twitch.tv”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tinker for Twitch
Pobierz pliki rozszerzeń Tinker for Twitch 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
Give yourself more control over what is displayed on Twitch. Tinker allows you to toggle visual elements of Twitch so you can get rid of distracting or unwanted elements. Tinker allows you to hide elements such as: - Recommended channels - Twitch prime elements - Notifications - Private messages Tinker is still an active development so any feedback or issues can be reported here: https://github.com/matoululu/Tinker/issues
Podstawowe informacje o rozszerzeniu
Nazwa | Tinker for Twitch |
ID | aelphekojmlpcdoohblacpihddffflke |
Oficjalny URL | https://chromewebstore.google.com/detail/tinker-for-twitch/aelphekojmlpcdoohblacpihddffflke |
Opis | Control visual elements of Twitch.tv |
Rozmiar pliku | 22.43 KB |
Liczba instalacji | 36 |
Aktualna Wersja | 2.5.4 |
Ostatnia Aktualizacja | 2020-03-23 |
Data Publikacji | 2020-03-23 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | matou.io |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/matoululu/Tinker |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tinker for Twitch", "short_name": "Tinker", "version": "2.5.4", "description": "Control visual elements of Twitch.tv", "permissions": [ "storage" ], "content_scripts": [ { "css": [ "override.css" ], "js": [ "chromestorageservice.js", "override.js" ], "matches": [ "https:\/\/www.twitch.tv\/*" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "options.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |