NoAdsPlease

No Ads Please extension will help you watching YouTube videos without annoying advertising

什么是NoAdsPlease?

NoAdsPlease是由QAProvider开发的Chrome扩展程序,该扩展的主要功能是“No Ads Please extension will help you watching YouTube videos without annoying advertising”。

扩展截图

下载NoAdsPlease扩展crx文件

下载NoAdsPlease扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        - Hide text adverts
- Skip video adverts
More info: https://noadsplease.com

From 22.10.2019 it is fully FREE!                    

扩展基本信息

名称 NoAdsPlease NoAdsPlease
ID fgdimckjdalgmlobjacingiiihfpnlnn
官方URL https://chromewebstore.google.com/detail/noadsplease/fgdimckjdalgmlobjacingiiihfpnlnn
简介 No Ads Please extension will help you watching YouTube videos without annoying advertising
文件大小 129 KB
安装次数 86
当前版本 0.2
更新时间 2019-10-22
上架时间 2019-10-22
评分 4.25/5 共4次评分
开发者 QAProvider
付费类型 free
扩展官网 https://noadsplease.com
帮助页面URL https://noadsplease.com/help
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NoAdsPlease",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "eventPages.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/*.youtube.com\/*",
        "*:\/\/*.noadsplease.com\/*",
        "activeTab",
        "storage"
    ],
    "description": "No Ads Please extension will help you watching YouTube videos without annoying advertising",
    "icons": {
        "128": "mynoads.png"
    },
    "browser_action": {
        "default_icon": "mynoads.png",
        "default_popup": "popup.html"
    }
}