Noads - 广告拦截器

Noads 是一款专门为“屏蔽视频片头广告”而诞生的广告屏蔽扩展;并且还可以高效屏蔽网页上的所有广告,还可以根据用户需求手动屏蔽页面元素。

Cos'è Noads - 广告拦截器?

Noads - 广告拦截器 è un'estensione di Chrome sviluppata da https://www.noadplus.com, e la sua funzione principale è "Noads 是一款专门为“屏蔽视频片头广告”而诞生的广告屏蔽扩展;并且还可以高效屏蔽网页上的所有广告,还可以根据用户需求手动屏蔽页面元素。".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Noads - 广告拦截器

Scarica i file di estensione Noads - 广告拦截器 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ”Noads“ 是一款专门屏蔽 "视频片头广告" 的广告屏蔽扩展,并且不仅仅是屏蔽 "视频片头广告" ,还能高效的屏蔽网页上的所有广告。
”Noads“ 是一款功能强大又简洁易容的广告拦截工具,提高网页加载速度和网络访问体验。
功能特色
-  拦截所有视频广告:爱奇艺、优酷、腾讯视频、YouTube等等
-  拦截所有广告联盟广告:百度广告联盟、谷歌广告联盟等等
-  拦截页面内影响阅读体验的广告位
-  拦截第三方跟踪代码并保护您可以安全浏览网页

需要了解更多信息,可以到我们官方网站 https://www.noadplus.com/                    

Informazioni di Base sull'Estensione

Nome Noads - 广告拦截器 Noads - 广告拦截器
ID gblelifaklkheabgffomhmmkihfalnaa
URL Ufficiale https://chrome.google.com/webstore/detail/noads-%E5%B9%BF%E5%91%8A%E6%8B%A6%E6%88%AA%E5%99%A8/gblelifaklkheabgffomhmmkihfalnaa
Descrizione Noads 是一款专门为“屏蔽视频片头广告”而诞生的广告屏蔽扩展;并且还可以高效屏蔽网页上的所有广告,还可以根据用户需求手动屏蔽页面元素。
Dimensione del File 244 KB
Conteggio Installazioni 229
Versione Corrente 1.1.1
Ultimo Aggiornamento 2020-07-22
Data di Pubblicazione 2020-07-03
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore https://www.noadplus.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "bg.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "include.preload.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "include.postload.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "zh_CN",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/abp-128.png",
        "48": "icons\/abp-48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "18.0",
    "name": "__MSG_name_b__",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/abp-128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "unlimitedStorage",
        "notifications"
    ],
    "version": "1.1.1",
    "web_accessible_resources": [
        "block.html"
    ]
}