Disconnect
Make the web faster, more private, and more secure.
什么是Disconnect?
Disconnect是由https://disconnect.me开发的Chrome扩展程序,该扩展的主要功能是“Make the web faster, more private, and more secure.”。
扩展截图
下载Disconnect扩展crx文件
下载Disconnect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Disconnect lets you visualize and block the invisible websites that track you. Load the pages you go to 44% faster. Stop tracking by thousands of third-party sites.
Disconnect was named the best privacy tool by the New York Times (2016), Innovation Award winner for Best Privacy and Security software at South by Southwest (2015), listed as one of the 100 best innovations of the year by Popular Science and one of the 20 best Chrome extensions by Lifehacker.
Disconnect is open-source , pay-what-you-want software .
You can get help on our site .
Note: Green (or checked) means blocked! 扩展基本信息
| 名称 | |
| ID | jeoacafpbcihiomhlakheieifhpjdfeo |
| 官方URL | https://chromewebstore.google.com/detail/disconnect/jeoacafpbcihiomhlakheieifhpjdfeo |
| 简介 | Make the web faster, more private, and more secure. |
| 文件大小 | 1017 KB |
| 安装次数 | 596,217 |
| 当前版本 | 20.3.1.1 |
| 更新时间 | 2020-10-07 |
| 上架时间 | 2020-03-04 |
| 评分 | 4.40/5 共3142次评分 |
| 开发者 | https://disconnect.me |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://disconnect.me/ |
| 帮助页面URL | https://disconnect.me/disconnect/help |
| 隐私政策页面URL | https://disconnect.me/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Disconnect",
"version": "20.3.1.1",
"description": "Make the web faster, more private, and more secure.",
"icons": {
"48": "images\/48.png",
"128": "images\/128.png"
},
"permissions": [
"tabs",
"webNavigation",
"webRequest",
"webRequestBlocking",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [],
"background": {
"scripts": [
"scripts\/vendor\/moment\/moment.js",
"scripts\/vendor\/jquery\/jquery.js",
"scripts\/vendor\/sitename\/alttlds.js",
"scripts\/vendor\/sitename\/tldpatch.js",
"scripts\/vendor\/sitename\/sitename.js",
"scripts\/services.js",
"scripts\/background.js"
]
},
"browser_action": {
"default_title": "View and manage requests"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"stylesheets\/content.css"
],
"js": [
"scripts\/vendor\/jquery\/jquery.js",
"scripts\/vendor\/sitename\/alttlds.js",
"scripts\/vendor\/sitename\/tldpatch.js",
"scripts\/vendor\/sitename\/sitename.js",
"scripts\/content.js"
],
"run_at": "document_start",
"all_frames": true
}
]
} | |