Mega AdBlock for Websites & YouTube™
Mega AdBlock removes unwanted websites and video ads.
Mega AdBlock for Websites & YouTube™ là gì?
Mega AdBlock for Websites & YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi Mega AdBlock para Internet e YouTube™, và tính năng chính của nó là "Mega AdBlock removes unwanted websites and video 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 Mega AdBlock for Websites & YouTube™
Tải xuống các tệp mở rộng Mega AdBlock for Websites & 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
Mega AdBlock enhances your experience while browsing your favorite websites. It blocks ads on websites and lets you watch your videos on YouTube™ without interruption, all with low CPU and RAM consumption. Blocks ads, banners and pop-ups Blocks ads in videos on YouTube™ This ad blocker is ready to be used in new versions of Google Chrome! It's totally free!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mega AdBlock for Websites & YouTube™ |
ID | ehpmohebjgefhmaikmlidmpmomakcedn |
URL Chính Thức | https://chromewebstore.google.com/detail/mega-adblock-for-websites/ehpmohebjgefhmaikmlidmpmomakcedn |
Mô tả | Mega AdBlock removes unwanted websites and video ads. |
Kích Thước Tệp | 304 KB |
Số Lần Cài Đặt | 55,609 |
Phiên Bản Hiện Tại | 2.0.2.0 |
Cập Nhật Lần Cuối | 2023-11-04 |
Ngày Phát Hành | 2022-06-11 |
Đánh Giá | 4.31/5 Tổng số 328 Đánh Giá |
Nhà Phát Triển | Mega AdBlock para Internet e YouTube™ |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.mega-adblock.com |
URL Trang Trợ Giúp | https://www.mega-adblock.com/privacy-policy.html |
URL Trang Chính Sách Bảo Mật | https://github.com/mega-adblock/adblock/wiki/Privacy-Policy |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,es,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_nomeExtensao__", "description": "__MSG_descricaoExtensao__", "default_locale": "en", "version": "2.0.2.0", "manifest_version": 3, "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "scripts\/background-script.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "scripts\/insite-ads-blocking.js" ], "all_frames": true, "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "scripts\/net-request-block-filters.json" } ] }, "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_nomeExtensao__", "default_popup": "pages\/popup.html" }, "permissions": [ "storage", "unlimitedStorage", "cookies", "declarativeNetRequest", "declarativeNetRequestFeedback", "scripting" ], "host_permissions": [ " |