Adblock Glow Youtube™
Removes all annoying ads and banners from YouTube!
Adblock Glow Youtube™ là gì?
Adblock Glow Youtube™ là một tiện ích mở rộng Chrome được phát triển bởi https://codehemu.com, và tính năng chính của nó là "Removes all annoying ads and banners from YouTube!".
Ả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 Adblock Glow Youtube™
Tải xuống các tệp mở rộng Adblock Glow Youtube™ 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
All ads and banners removes from YouTube! Plus+ Glow Themes! Youtube with Colorful plus Glow Youtube extension. Removes all annoying ads and banners from YouTube! =================================== Features: ✔️ Create a Bot Comment. ✔️ Beautiful color sets. Your own night theme. ✔️ Ads block and dark theme. ✔️ Colorful plus Glow Youtube. ✔️ Background color, text color, hover text color. ✔️ We selected colors that work best even for color blind. ✔️ Changes color on Youtube embed videos . ✔️ content filtering and ad blocking browser extension. ✔️ Works in fullscreen mode. ============================= ABOUT Download Adblock Glow Youtube™ free ad blocker to block ads on Edge everywhere YouTube. Adblock Glow Youtube™ also protects your browser from malware and blocks advertisers from accessing your browsing history and personal information.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Adblock Glow Youtube™ |
ID | nenneimpmlnglepibgbgkkegoajofcla |
URL Chính Thức | https://chromewebstore.google.com/detail/adblock-glow-youtube/nenneimpmlnglepibgbgkkegoajofcla |
Mô tả | Removes all annoying ads and banners from YouTube! |
Kích Thước Tệp | 54.2 KB |
Số Lần Cài Đặt | 1,023 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2022-08-03 |
Ngày Phát Hành | 2022-07-29 |
Đánh Giá | 4.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://codehemu.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.codehemu.com/p/form.html |
URL Trang Chính Sách Bảo Mật | https://www.codehemu.com/p/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en,en-GB,en-US,es,es-419,pt-BR,pt-PT,fi,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "default_popup": "data\/interface\/index.html?popup", "default_title": "__MSG_app_name__" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "content-style.css" ], "js": [ "bundled-content-script.js" ], "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/m.youtube.com\/*", "*:\/\/*.music.youtube.com\/*" ] } ], "default_locale": "en", "description": "__MSG_app_description__", "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "homepage_url": "https:\/\/www.codehemu.com\/2022\/07\/adblock-glow-youtube-best-google-chrome.html", "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "icons": { "128": "data\/icons\/128.png", "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "manifest_version": 3, "name": "__MSG_app_name__", "permissions": [ "storage" ], "short_name": "mytube-for-youtube", "version": "2.1", "web_accessible_resources": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "resources": [ "svg\/heart.svg" ] } ] } |