Mega AdBlock for Websites & YouTube™

Mega AdBlock removes unwanted websites and video ads.

什么是Mega AdBlock for Websites & YouTube™?

Mega AdBlock for Websites & YouTube™是由Mega AdBlock para Internet e YouTube™开发的Chrome扩展程序,该扩展的主要功能是“Mega AdBlock removes unwanted websites and video ads.”。

扩展截图

screenshot
screenshot
screenshot

下载Mega AdBlock for Websites & YouTube™扩展crx文件

下载Mega AdBlock for Websites & YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Mega AdBlock for Websites & YouTube™ Mega AdBlock for Websites & YouTube™
ID ehpmohebjgefhmaikmlidmpmomakcedn
官方URL https://chromewebstore.google.com/detail/mega-adblock-for-websites/ehpmohebjgefhmaikmlidmpmomakcedn
简介 Mega AdBlock removes unwanted websites and video ads.
文件大小 304 KB
安装次数 55,609
当前版本 2.0.2.0
更新时间 2023-11-04
上架时间 2022-06-11
评分 4.31/5 共328次评分
开发者 Mega AdBlock para Internet e YouTube™
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.mega-adblock.com
帮助页面URL https://www.mega-adblock.com/privacy-policy.html
隐私政策页面URL https://github.com/mega-adblock/adblock/wiki/Privacy-Policy
支持的语言 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": [
        ""
    ]
}