Noads - 广告拦截器

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

Qu'est-ce que Noads - 广告拦截器 ?

Noads - 广告拦截器 est une extension Chrome développée par https://www.noadplus.com, et sa fonction principale est "Noads 是一款专门为“屏蔽视频片头广告”而诞生的广告屏蔽扩展;并且还可以高效屏蔽网页上的所有广告,还可以根据用户需求手动屏蔽页面元素。".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Noads - 广告拦截器

Téléchargez les fichiers d'extension Noads - 广告拦截器 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom Noads - 广告拦截器 Noads - 广告拦截器
ID gblelifaklkheabgffomhmmkihfalnaa
URL Officiel https://chrome.google.com/webstore/detail/noads-%E5%B9%BF%E5%91%8A%E6%8B%A6%E6%88%AA%E5%99%A8/gblelifaklkheabgffomhmmkihfalnaa
Description Noads 是一款专门为“屏蔽视频片头广告”而诞生的广告屏蔽扩展;并且还可以高效屏蔽网页上的所有广告,还可以根据用户需求手动屏蔽页面元素。
Taille du Fichier 244 KB
Nombre d'Installations 229
Version Actuelle 1.1.1
Dernière Mise à Jour 2020-07-22
Date de Publication 2020-07-03
Évaluation 3.50/5 Total 4 Évaluations
Développeur https://www.noadplus.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}