Hiper AdBlock for Websites & YouTube™

Hiper AdBlock removes unwanted ad on websites and videos.

什么是Hiper AdBlock for Websites & YouTube™?

Hiper AdBlock for Websites & YouTube™是由Ultra AdBlock开发的Chrome扩展程序,该扩展的主要功能是“Hiper AdBlock removes unwanted ad on websites and videos.”。

扩展截图

screenshot

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

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

扩展使用说明

                        Removes ads and pop-ups on YouTube™ and your favorite websites, all with low CPU and RAM consumption.

Characteristics:
- Removes ads, banner and popups
- Remove ads on videos on YouTube™

News:
- Already updated to be used with the new Google Chrome update.

It's free to download and use!                    

扩展基本信息

名称 Hiper AdBlock for Websites & YouTube™ Hiper AdBlock for Websites & YouTube™
ID ehbcbdefgokbnkgnkecmlabccnfnodab
官方URL https://chrome.google.com/webstore/detail/hiper-adblock-for-website/ehbcbdefgokbnkgnkecmlabccnfnodab
简介 Hiper AdBlock removes unwanted ad on websites and videos.
文件大小 284 KB
安装次数 123,215
当前版本 2.0.0.9
更新时间 2023-02-16
上架时间 2022-09-06
评分 4.39/5 共310次评分
开发者 Ultra AdBlock
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.ultra-adblock.com/
帮助页面URL https://www.ultra-adblock.com/
隐私政策页面URL https://www.ultra-adblock.com/privacy-policy.html
支持的语言 de,en,fr,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "2.0.0.9",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/block-sites-ads.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "scripts\/block-list.json"
            }
        ]
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}