Noads - 广告拦截器
Noads 是一款专门为“屏蔽视频片头广告”而诞生的广告屏蔽扩展;并且还可以高效屏蔽网页上的所有广告,还可以根据用户需求手动屏蔽页面元素。
Wat is Noads - 广告拦截器?
Noads - 广告拦截器 is een Chrome-extensie ontwikkeld door https://www.noadplus.com, en de belangrijkste functie is "Noads 是一款专门为“屏蔽视频片头广告”而诞生的广告屏蔽扩展;并且还可以高效屏蔽网页上的所有广告,还可以根据用户需求手动屏蔽页面元素。".
Extensie Screenshots
Download het CRX-bestand van de extensie Noads - 广告拦截器
Download Noads - 广告拦截器-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
”Noads“ 是一款专门屏蔽 "视频片头广告" 的广告屏蔽扩展,并且不仅仅是屏蔽 "视频片头广告" ,还能高效的屏蔽网页上的所有广告。 ”Noads“ 是一款功能强大又简洁易容的广告拦截工具,提高网页加载速度和网络访问体验。 功能特色 - 拦截所有视频广告:爱奇艺、优酷、腾讯视频、YouTube等等 - 拦截所有广告联盟广告:百度广告联盟、谷歌广告联盟等等 - 拦截页面内影响阅读体验的广告位 - 拦截第三方跟踪代码并保护您可以安全浏览网页 需要了解更多信息,可以到我们官方网站 https://www.noadplus.com/
Basisinformatie over de Extensie
Naam | |
ID | gblelifaklkheabgffomhmmkihfalnaa |
Officiële URL | https://chrome.google.com/webstore/detail/noads-%E5%B9%BF%E5%91%8A%E6%8B%A6%E6%88%AA%E5%99%A8/gblelifaklkheabgffomhmmkihfalnaa |
Beschrijving | Noads 是一款专门为“屏蔽视频片头广告”而诞生的广告屏蔽扩展;并且还可以高效屏蔽网页上的所有广告,还可以根据用户需求手动屏蔽页面元素。 |
Bestandsgrootte | 244 KB |
Aantal Installaties | 229 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2020-07-22 |
Publicatiedatum | 2020-07-03 |
Beoordeling | 3.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://www.noadplus.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |