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
官方網址 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"
    }
}