Noads - 广告拦截器

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

Was ist Noads - 广告拦截器?

Noads - 广告拦截器 ist eine Chrome-Erweiterung, die von https://www.noadplus.com entwickelt wurde, und ihr Hauptmerkmal ist "Noads 是一款专门为“屏蔽视频片头广告”而诞生的广告屏蔽扩展;并且还可以高效屏蔽网页上的所有广告,还可以根据用户需求手动屏蔽页面元素。".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Noads - 广告拦截器-Erweiterungs-CRX-Datei herunterladen

Laden Sie Noads - 广告拦截器-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

Grundlegende Informationen zur Erweiterung

Name Noads - 广告拦截器 Noads - 广告拦截器
ID gblelifaklkheabgffomhmmkihfalnaa
Offizielle URL https://chrome.google.com/webstore/detail/noads-%E5%B9%BF%E5%91%8A%E6%8B%A6%E6%88%AA%E5%99%A8/gblelifaklkheabgffomhmmkihfalnaa
Beschreibung Noads 是一款专门为“屏蔽视频片头广告”而诞生的广告屏蔽扩展;并且还可以高效屏蔽网页上的所有广告,还可以根据用户需求手动屏蔽页面元素。
Dateigröße 244 KB
Installationsanzahl 229
Aktuelle Version 1.1.1
Letztes Update 2020-07-22
Veröffentlichungsdatum 2020-07-03
Bewertung 3.50/5 Insgesamt 4 Bewertungen
Entwickler https://www.noadplus.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}