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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Disconnect 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Disconnect Disconnect
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
        }
    ]
}