Tinker for Twitch
Control visual elements of Twitch.tv
Co je Tinker for Twitch?
Tinker for Twitch je rozšíření Chrome vyvinuté matou.io, a jeho hlavní funkcí je „Control visual elements of Twitch.tv“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tinker for Twitch
Stáhněte si soubory rozšíření Tinker for Twitch ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Tinker for Twitch |
ID | aelphekojmlpcdoohblacpihddffflke |
Oficiální URL | https://chromewebstore.google.com/detail/tinker-for-twitch/aelphekojmlpcdoohblacpihddffflke |
Popis | Control visual elements of Twitch.tv |
Velikost souboru | 22.43 KB |
Počet instalací | 36 |
Aktuální Verze | 2.5.4 |
Poslední Aktualizace | 2020-03-23 |
Datum Vydání | 2020-03-23 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | matou.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/matoululu/Tinker |
Podporované Jazyky | 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" } } |