Purple Ads Blocker
An adblocker for the Twitch.tv using server side signature and local m3u8 manipulation
Purple Ads Blocker là gì?
Purple Ads Blocker là một tiện ích mở rộng Chrome được phát triển bởi Purple Block, và tính năng chính của nó là "An adblocker for the Twitch.tv using server side signature and local m3u8 manipulation".
Ả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 Purple Ads Blocker
Tải xuống các tệp mở rộng Purple Ads Blocker 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
Purple AdBlock is a video ad-blocker for Twitch.tv. The extension uses an external proxy in an ad-free country, only video requests are sent through this proxy to retrieve an ad-free, full quality stream. The extension does not collect or store your personal information and is opensource. If you would like to contribute your own proxy or help us with the extension upkeep, please visit my Github https://github.com/arthurbolsoni it might not work in some countries ATTENTION: Does not work with Alternate Player for Twitch. ATTENTION: The author of this extension accepts no responsibility for the use of the extension. The use of the extension is the total responsibility of the user.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Purple Ads Blocker |
ID | lkgcfobnmghhbhgekffaadadhmeoindg |
URL Chính Thức | https://chromewebstore.google.com/detail/purple-ads-blocker/lkgcfobnmghhbhgekffaadadhmeoindg |
Mô tả | An adblocker for the Twitch.tv using server side signature and local m3u8 manipulation |
Kích Thước Tệp | 21.07 KB |
Số Lần Cài Đặt | 97,216 |
Phiên Bản Hiện Tại | 2.6.4 |
Cập Nhật Lần Cuối | 2024-02-03 |
Ngày Phát Hành | 2021-04-14 |
Đánh Giá | 3.20/5 Tổng số 214 Đánh Giá |
Nhà Phát Triển | Purple Block |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/arthurbolsoni |
URL Trang Trợ Giúp | https://discord.gg/fJrEv2ect9 |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_title": "Purple Ads Blocker, for Twitch", "default_icon": { "128": "images\/logov2-128.png" }, "default_popup": "common\/html\/popup.html" }, "author": "kingarthur", "icons": { "128": "images\/logov2-128.png" }, "name": "Purple Ads Blocker", "description": "An adblocker for the Twitch.tv using server side signature and local m3u8 manipulation", "manifest_version": 3, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/*.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "run_at": "document_start", "js": [ "content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "app\/bundle.js" ], "matches": [ " |