Adblocker for Twitch™
The Twitch Adblock extension helps you block Twitch ads.
Adblocker for Twitch™ là gì?
Adblocker for Twitch™ là một tiện ích mở rộng Chrome được phát triển bởi Albert Augustin, và tính năng chính của nó là "The Twitch Adblock extension helps you block Twitch ads.".
Ả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 Adblocker for Twitch™
Tải xuống các tệp mở rộng Adblocker 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
Adblocker blocks ads by automatically reducing the video resolution to ensure that you are not disturbed by ads while watching live streams or VOD on twitch.tv. Feature: ✔️Easy to use Turn on the extension work switch to start blocking ads immediately. ✔️No bother No effect on watching Twitch streams. You can turn off the ad blocking prompt to improve the viewing experience. ✔️Show blocking times Show the number of ad blocks in the extension popup. Even if the ad block prompt is turned off, you could know the extension is working. You can clear it at any time. ✔️Free 100% free. Notice: No personal or Twitch account information is collected/shared.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Adblocker for Twitch™ |
ID | kfpdbfnphkbfflefelchfgjgeblgacfo |
URL Chính Thức | https://chromewebstore.google.com/detail/adblocker-for-twitch/kfpdbfnphkbfflefelchfgjgeblgacfo |
Mô tả | The Twitch Adblock extension helps you block Twitch ads. |
Kích Thước Tệp | 1.22 MB |
Số Lần Cài Đặt | 2,949 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2022-10-18 |
Ngày Phát Hành | 2022-09-14 |
Đánh Giá | 2.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Albert Augustin |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://twiclips.com/ |
URL Trang Chính Sách Bảo Mật | https://extensiondock.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/adblocker-for-twitch\/mmnpcobofmnpghjnjkfhkfbdndajgfph", "description": "__MSG_extDes__", "default_locale": "en", "version": "1.0.8", "icons": { "128": "icons\/logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "run_at": "document_start", "css": [ "css\/ad_custom.css" ], "js": [ "\/js\/content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "js\/inject-script.js" ], "matches": [ "https:\/\/*.twitch.tv\/*" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "block_rules.json" } ] }, "manifest_version": 3, "permissions": [ "storage", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.pinterest.com\/*", "*:\/\/*.reddit.com\/*", "*:\/\/*.aliyuncs.com\/*", "*:\/\/*.twitch.tv\/*", "*:\/\/googleads.g.doubleclick.net\/*" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "128": "icons\/logo.png" } } } |