Ad Blocker for YouTube

Watch YouTube without any ads!

Ad Blocker for YouTubeとは何ですか?

Ad Blocker for YouTubeはPeter Piによって開発されたChromeの拡張機能で、その主な機能は「Watch YouTube without any ads!」です。

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

screenshot

Ad Blocker for YouTube拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        IMPORTANT:
 - The pop-up bubble on the top right corner will not work in tabs that were open prior to installation. After installing this extension, either reload your open tabs or restart Chrome.

With this extension, you can:
 - Skip ads prior to the actual video content
 - Blocks any pop-up ads during the video within the frame                    

拡張機能の基本情報

名前 Ad Blocker for YouTube Ad Blocker for YouTube
ID gmcmlgfecmkefmkgbbnggmamclbmikbi
公式URL https://chromewebstore.google.com/detail/ad-blocker-for-youtube/gmcmlgfecmkefmkgbbnggmamclbmikbi
説明 Watch YouTube without any ads!
ファイルサイズ 23.32 KB
インストール数 23,302
現在のバージョン 1.0.6
最終更新日 2020-01-30
公開日 2020-01-25
評価 4.27/5 合計 45 レビュー
開発者 Peter Pi
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ad Blocker for YouTube",
    "version": "1.0.6",
    "description": "Watch YouTube without any ads!",
    "author": "Peter Pi",
    "icons": {
        "128": "icon_128.png"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}