AdBlock 360
Blocks popups, ads, trackers from our block list and auto skip youtube ads
什么是AdBlock 360?
AdBlock 360是由Adblock 360开发的Chrome扩展程序,该扩展的主要功能是“Blocks popups, ads, trackers from our block list and auto skip youtube ads”。
扩展截图
下载AdBlock 360扩展crx文件
下载AdBlock 360扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension features : 📺 Auto skip Youtube video ads 🔥 Eliminate annoying popups 🧹 Hide or remove bad ads 🤖 Block most social and privacy trackers 🥷 Not detected by anti-adblock scripts. We do not block all ads, we keep some search engine and display ads which are relevant. If you find that we should block an annoying and repetitive ad, please report and we will add it. Our privacy policy is available here : https://adblock-360.com/privacy.htm Its a long read, so we will make it easy : - We do not log any personal information with this extension. - The only thing we log is how many ads we help you block and its anonymous.
扩展基本信息
名称 | |
ID | ghfkgecdjkmgjkhbdpjdhimeleinmmkl |
官方URL | https://chrome.google.com/webstore/detail/adblock-360/ghfkgecdjkmgjkhbdpjdhimeleinmmkl |
简介 | Blocks popups, ads, trackers from our block list and auto skip youtube ads |
文件大小 | 142 KB |
安装次数 | 600,000 |
当前版本 | 1.0.0.0 |
更新时间 | 2021-09-21 |
上架时间 | 2021-09-21 |
评分 | 1.85/5 共20次评分 |
开发者 | Adblock 360 |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://adblock-360.com/privacy.htm |
隐私政策页面URL | https://adblock-360.com/privacy.htm |
支持的语言 | de,en,fr,nl,es,it,pt-BR,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.0.0", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "128.png" }, "permissions": [ "webNavigation", "webRequest", "webRequestBlocking", "https:\/\/*\/*", "storage", "tabs" ], "background": { "persistent": true, "scripts": [ "banlist.js", "background.js" ] }, "web_accessible_resources": [ "128.png" ], "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "jquery-3.6.0.slim.min.js", "content.js" ] } ], "manifest_version": 2 } |