Disable Twitch extensions
Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels
Disable Twitch extensions là gì?
Disable Twitch extensions là một tiện ích mở rộng Chrome được phát triển bởi https://twitch-tools.rootonline.de, và tính năng chính của nó là "Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels".
Ả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 Disable Twitch extensions
Tải xuống các tệp mở rộng Disable Twitch extensions 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
This extension allows you to either disable / hide / block all Twitch channel extensions or just selected ones. There is also an option to only allow selected extensions to display.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Disable Twitch extensions |
ID | nmogopjdbhhnbkiklkdahphkdpbjfine |
URL Chính Thức | https://chromewebstore.google.com/detail/disable-twitch-extensions/nmogopjdbhhnbkiklkdahphkdpbjfine |
Mô tả | Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels |
Kích Thước Tệp | 95.86 KB |
Số Lần Cài Đặt | 3,748 |
Phiên Bản Hiện Tại | 0.6.0 |
Cập Nhật Lần Cuối | 2023-06-30 |
Ngày Phát Hành | 2021-08-03 |
Đánh Giá | 4.33/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://twitch-tools.rootonline.de |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Twitch extensions", "version": "0.6.0", "manifest_version": 3, "description": "Be able to disable \/ hide \/ block all or only certain Twitch extensions on Twitch channels", "homepage_url": "https:\/\/twitch-tools.rootonline.de\/", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "declarativeNetRequestWithHostAccess", "storage" ], "host_permissions": [ "https:\/\/*.ext-twitch.tv\/*", "https:\/\/player.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "background": { "service_worker": "src\/background.js" }, "content_security_policy": { "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/twitch-tools.rootonline.de" }, "options_ui": { "page": "src\/options.html" }, "action": { "browser_style": false, "default_popup": "src\/options.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } } |