Tinker for Twitch
Control visual elements of Twitch.tv
Apa itu Tinker for Twitch?
Tinker for Twitch adalah ekstensi Chrome yang dikembangkan oleh matou.io, dan fitur utamanya adalah "Control visual elements of Twitch.tv".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tinker for Twitch
Unduh file ekstensi Tinker for Twitch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Tinker for Twitch |
ID | aelphekojmlpcdoohblacpihddffflke |
URL Resmi | https://chromewebstore.google.com/detail/tinker-for-twitch/aelphekojmlpcdoohblacpihddffflke |
Deskripsi | Control visual elements of Twitch.tv |
Ukuran File | 22.43 KB |
Jumlah Instalasi | 36 |
Versi Saat Ini | 2.5.4 |
Terakhir Diperbarui | 2020-03-23 |
Tanggal Publikasi | 2020-03-23 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | matou.io |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/matoululu/Tinker |
Bahasa yang Didukung | 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" } } |