GPC Privacy Choice

GPC Privacy Choice is a research extension that studies usable privacy choice mechanisms on the web

GPC Privacy Choiceとは何ですか?

GPC Privacy Choiceはhttp://privacytechlab.orgによって開発されたChromeの拡張機能で、その主な機能は「GPC Privacy Choice is a research extension that studies usable privacy choice mechanisms on the web」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

GPC Privacy Choice拡張機能のCRXファイルをダウンロード

GPC Privacy Choice拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension is part of a research project at Wesleyan University, Connecticut on helping users to tell websites that they do not want their data to be sold or shared. Please only install this extension if you are participating in our research project. Otherwise, it will not work.                    

拡張機能の基本情報

名前 GPC Privacy Choice GPC Privacy Choice
ID ambkmcacbikgdchhjohhkfngeahpolnk
公式URL https://chrome.google.com/webstore/detail/gpc-privacy-choice/ambkmcacbikgdchhjohhkfngeahpolnk
説明 GPC Privacy Choice is a research extension that studies usable privacy choice mechanisms on the web
ファイルサイズ 2.64 MB
インストール数 71
現在のバージョン 2.9.0
最終更新日 2022-11-07
公開日 2022-04-10
評価 1.00/5 合計 1 レビュー
開発者 http://privacytechlab.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://privacytechlab.org
ヘルプページのURL https://github.com/privacy-tech-lab/gpc-privacy-choice
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPC Privacy Choice",
    "version": "2.9.0",
    "description": "GPC Privacy Choice is a research extension that studies usable privacy choice mechanisms on the web",
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage",
        "tabs",
        "contentSettings",
        "geolocation",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "GPC Privacy Choice"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "adDomains.txt",
                "json\/*.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "32": ".\/img\/gpc-choice-icon.png",
        "128": ".\/img\/gpc-choice-icon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "universal_GPC",
                "enabled": false,
                "path": "rulesets\/global.json"
            },
            {
                "id": "advertising",
                "enabled": false,
                "path": "rulesets\/Advertising.json"
            },
            {
                "id": "FG",
                "enabled": false,
                "path": "rulesets\/FingerprintingGeneral.json"
            },
            {
                "id": "FI",
                "enabled": false,
                "path": "rulesets\/FingerprintingInvasive.json"
            },
            {
                "id": "social",
                "enabled": false,
                "path": "rulesets\/Social.json"
            },
            {
                "id": "disconnect",
                "enabled": false,
                "path": "rulesets\/Disconnect.json"
            },
            {
                "id": "cryptomining",
                "enabled": false,
                "path": "rulesets\/Cryptomining.json"
            },
            {
                "id": "analytics",
                "enabled": false,
                "path": "rulesets\/Analytics.json"
            },
            {
                "id": "content",
                "enabled": false,
                "path": "rulesets\/Content.json"
            }
        ]
    }
}