youtube_ad_remover
No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads…
youtube_ad_remover là gì?
youtube_ad_remover là một tiện ích mở rộng Chrome được phát triển bởi nickelstarvo, và tính năng chính của nó là "No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks 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 youtube_ad_remover
Tải xuống các tệp mở rộng youtube_ad_remover 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
No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads on Youtube ™. This allows to prevent page elements such as advertisements from being displayed to you. Commercial clips and commercials that you usually see before the actual Youtube videos are blocked by our extension. Peculiarities: + blocks ads and pop-ups + ad blocking on external sites that download Youtube + prevent ads from loading on Youtube
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dahgebjcdkhedpjdkkhdleobnnbnkclk |
URL Chính Thức | https://chromewebstore.google.com/detail/youtubeadremover/dahgebjcdkhedpjdkkhdleobnnbnkclk |
Mô tả | No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads… |
Kích Thước Tệp | 28.02 KB |
Số Lần Cài Đặt | 285 |
Phiên Bản Hiện Tại | 3.2.0 |
Cập Nhật Lần Cuối | 2022-03-24 |
Ngày Phát Hành | 2022-03-24 |
Nhà Phát Triển | nickelstarvo |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "youtube_ad_remover", "version": "3.2.0", "manifest_version": 3, "background": { "service_worker": "bg.js" }, "permissions": [ "declarativeNetRequest", "alarms" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ], "run_at": "document_start" } ] } |