youtube_ad_remover

No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads…

youtube_ad_removerとは何ですか?

youtube_ad_removerはnickelstarvoによって開発されたChromeの拡張機能で、その主な機能は「No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

youtube_ad_remover拡張機能のCRXファイルをダウンロード

youtube_ad_remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        No more ads on Youtube™.
Ⓘ about
Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads on Youtube ™. This allows to prevent page elements such as advertisements from being displayed to you.
Commercial clips and commercials that you usually see before the actual Youtube videos are blocked by our extension.

Peculiarities:
 + blocks ads and pop-ups
 + ad blocking on external sites that download Youtube
 + prevent ads from loading on Youtube                    

拡張機能の基本情報

名前 youtube_ad_remover youtube_ad_remover
ID dahgebjcdkhedpjdkkhdleobnnbnkclk
公式URL https://chromewebstore.google.com/detail/youtubeadremover/dahgebjcdkhedpjdkkhdleobnnbnkclk
説明 No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads…
ファイルサイズ 28.02 KB
インストール数 285
現在のバージョン 3.2.0
最終更新日 2022-03-24
公開日 2022-03-24
開発者 nickelstarvo
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "youtube_ad_remover",
    "version": "3.2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "declarativeNetRequest",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}