YouTube NoAds!

The add-on blocks ads presented in videos on youtube.

YouTube NoAds!とは何ですか?

YouTube NoAds!はinfoによって開発されたChromeの拡張機能で、その主な機能は「The add-on blocks ads presented in videos on youtube.」です。

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

screenshot

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

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

拡張機能の使用方法

                        The add-on blocks ads presented in videos on youtube. The ad blocker consists in automatically selecting the 'skip ads' button when it becomes active.                    

拡張機能の基本情報

名前 YouTube NoAds! YouTube NoAds!
ID plohhfnpbopkgjhbaljjepioomefkaog
公式URL https://chrome.google.com/webstore/detail/youtube-noads/plohhfnpbopkgjhbaljjepioomefkaog
説明 The add-on blocks ads presented in videos on youtube.
ファイルサイズ 166 KB
インストール数 761
現在のバージョン 2.0.0
最終更新日 2022-11-30
公開日 2022-11-30
評価 4.50/5 合計 2 レビュー
開発者 info
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube NoAds!",
    "description": "The add-on blocks ads presented in videos on youtube.",
    "manifest_version": 3,
    "version": "2.0.0",
    "background": {
        "service_worker": "src\/service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/content_scripts.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "alarms",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "resource\/youtube(3).png"
    }
}