Undetectable Youtube AdBlocker
A free Undetectable Youtube AdBlocker
Undetectable Youtube AdBlocker là gì?
Undetectable Youtube AdBlocker là một tiện ích mở rộng Chrome được phát triển bởi LI, và tính năng chính của nó là "A free Undetectable Youtube AdBlocker".
Ả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 Undetectable Youtube AdBlocker
Tải xuống các tệp mở rộng Undetectable Youtube AdBlocker 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 adblocker blocks youtube ads without being detected. Why it's good: 🪶 Lightweight: Extremely light on resources. 🏎️ Efficient: Uses EventListening outperforming MutationObserver solutions 🎈 Simple: Just install and enjoy, no fancy settings. 🕵️ Stealthy: Undetectable from YouTube. 🔓 Permission-Free: Needs no extra permissions to operate. 🆓 Free forever. Made my Igor & Luka
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Undetectable Youtube AdBlocker |
ID | hjmfamljcjmabepekpangndlnkffealb |
URL Chính Thức | https://chromewebstore.google.com/detail/undetectable-youtube-adbl/hjmfamljcjmabepekpangndlnkffealb |
Mô tả | A free Undetectable Youtube AdBlocker |
Kích Thước Tệp | 37.24 KB |
Số Lần Cài Đặt | 1,534 |
Phiên Bản Hiện Tại | 5.0 |
Cập Nhật Lần Cuối | 2023-11-27 |
Ngày Phát Hành | 2023-11-08 |
Đánh Giá | 3.79/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | LI |
[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", "manifest_version": 3, "name": "Undetectable Youtube AdBlocker", "description": "A free Undetectable Youtube AdBlocker", "version": "5.0", "icons": { "16": "logo\/16.png", "48": "logo\/48.png", "128": "logo\/128.png" }, "action": { "default_title": "Undetectable Youtube AdBlocker", "default_popup": "popup\/popup.html" }, "permissions": [], "content_scripts": [ { "js": [ ".\/scripts\/injector.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ ".\/css\/youtubeStyles.css" ], "run_at": "document_start" } ] } |