Disconnect

Make the web faster, more private, and more secure.

Disconnectคืออะไร?

Disconnect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://disconnect.me และคุณลักษณะหลักของมันคือ "Make the web faster, more private, and more secure."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disconnect

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
        }
    ]
}