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
电子邮箱 [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"
    ]
}