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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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",
        ""
    ]
}