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
Eメール [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": [
        "*:\/\/*\/*"
    ]
}