Noads - 广告拦截器

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

What is Noads - 广告拦截器?

Noads - 广告拦截器 is a Chrome extension developed by https://www.noadplus.com, and its main feature is "Noads 是一款专门为“屏蔽视频片头广告”而诞生的广告屏蔽扩展;并且还可以高效屏蔽网页上的所有广告,还可以根据用户需求手动屏蔽页面元素。".

Extension Screenshots

screenshot
screenshot
screenshot

Download Noads - 广告拦截器 Extension CRX File

Download Noads - 广告拦截器 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Noads - 广告拦截器 Noads - 广告拦截器
ID gblelifaklkheabgffomhmmkihfalnaa
Official URL 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 是一款专门为“屏蔽视频片头广告”而诞生的广告屏蔽扩展;并且还可以高效屏蔽网页上的所有广告,还可以根据用户需求手动屏蔽页面元素。
File Size 244 KB
Installation Count 229
Current Version 1.1.1
Last Updated 2020-07-22
Publish Date 2020-07-03
Rating 3.50/5 Total 4 Ratings
Developer https://www.noadplus.com
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}