Tinker for Twitch
Control visual elements of Twitch.tv
Tinker for Twitch là gì?
Tinker for Twitch là một tiện ích mở rộng Chrome được phát triển bởi matou.io, và tính năng chính của nó là "Control visual elements of Twitch.tv".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tinker for Twitch
Tải xuống các tệp mở rộng Tinker for Twitch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tinker for Twitch |
ID | aelphekojmlpcdoohblacpihddffflke |
URL Chính Thức | https://chromewebstore.google.com/detail/tinker-for-twitch/aelphekojmlpcdoohblacpihddffflke |
Mô tả | Control visual elements of Twitch.tv |
Kích Thước Tệp | 22.43 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 2.5.4 |
Cập Nhật Lần Cuối | 2020-03-23 |
Ngày Phát Hành | 2020-03-23 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | matou.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/matoululu/Tinker |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |