GPC enabler

Enable Global Privacy Control on Google Chrome (non-official).

什麼是GPC enabler?

GPC enabler是由juancroldan開發的Chrome擴展程式,該擴展的主要功能是“Enable Global Privacy Control on Google Chrome (non-official).”。

擴展截圖

screenshot

下載GPC enabler擴展crx文件

下載GPC enabler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        DISCLAIMER: This is an unofficial extension and it is not endorsed by the GPC work group that offers a single-feature alternative rather than packing it with other (useful) privacy features. Find the official ones here: https://globalprivacycontrol.org/orgs .

A few years after regulators passed laws like GDPR and CCPA to protect the privacy of consumers, the sites have found ways to overcome these limitations by turning the Web into a labyrinth of options that usually make the user click on "Accept all" and forget about how their data is managed.

Global Privacy Control (GPC) is the solution for it. Together, many organizations are developing a specification to make your browser do that for you and tell the websites that you don't want to get tracked.

This extension enables GPC, so every site that implements it will not bother you anymore. So far only a limited set of ~1000 websites like The NY Times or DuckDuckGo implement this feature, but it is a matter of time that this specification grows and becomes an standard.

Let's fix the Web together.

You can check if you have GPC enabled at: https://global-privacy-control.glitch.me/                    

擴展基本資訊

名稱 GPC enabler GPC enabler
ID ilknagnpcicckgohjailfooamibaolnj
官方網址 https://chromewebstore.google.com/detail/gpc-enabler/ilknagnpcicckgohjailfooamibaolnj
簡介 Enable Global Privacy Control on Google Chrome (non-official).
檔案大小 9.91 KB
安裝次數 1,391
目前版本 1.0.1
更新時間 2021-09-08
上架時間 2021-08-14
評分 5.00/5 共 1 次評分
開發者 juancroldan
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://juancroldan.com/terms
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPC enabler",
    "version": "1.0.1",
    "manifest_version": 2,
    "homepage_url": "https:\/\/juancroldan.com\/",
    "description": "Enable Global Privacy Control on Google Chrome (non-official).",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "document_start.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}