YouTube™ Video AdBlocker Extension
Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.
YouTube™ Video AdBlocker Extension là gì?
YouTube™ Video AdBlocker Extension là một tiện ích mở rộng Chrome được phát triển bởi The Creative Joys, và tính năng chính của nó là "Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.".
Ả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™ Video AdBlocker Extension
Tải xuống các tệp mở rộng YouTube™ Video AdBlocker Extension 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
* Removes YouTube™ video and text ads. * Works on all websites that contain a YouTube™ video. * Also works with YouTube™ Music.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nomigebahjadndedfgpmnkbaekgjkipi |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-video-adblocker-e/nomigebahjadndedfgpmnkbaekgjkipi |
Mô tả | Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites. |
Kích Thước Tệp | 22.71 KB |
Số Lần Cài Đặt | 110 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-01-08 |
Ngày Phát Hành | 2020-07-05 |
Nhà Phát Triển | The Creative Joys |
[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": "YouTube\u2122 Video AdBlocker Extension", "short_name": "Ad Blocker", "version": "1.0", "description": "Removes all YouTube\u2122 video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.", "manifest_version": 2, "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "background": { "persistent": true, "scripts": [ "adBlockerBg.js" ] }, "page_action": { "default_title": "YouTube\u2122 Video AdBlocker", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "adBlockerYt.js" ], "run_at": "document_end" } ] } |