Tinker for Twitch
Control visual elements of Twitch.tv
Wat is Tinker for Twitch?
Tinker for Twitch is een Chrome-extensie ontwikkeld door matou.io, en de belangrijkste functie is "Control visual elements of Twitch.tv".
Extensie Screenshots
Download het CRX-bestand van de extensie Tinker for Twitch
Download Tinker for Twitch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Tinker for Twitch |
ID | aelphekojmlpcdoohblacpihddffflke |
Officiële URL | https://chromewebstore.google.com/detail/tinker-for-twitch/aelphekojmlpcdoohblacpihddffflke |
Beschrijving | Control visual elements of Twitch.tv |
Bestandsgrootte | 22.43 KB |
Aantal Installaties | 36 |
Huidige Versie | 2.5.4 |
Laatst Bijgewerkt | 2020-03-23 |
Publicatiedatum | 2020-03-23 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | matou.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/matoululu/Tinker |
Ondersteunde Talen | 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" } } |