GDPNope

Quantcast say they value my Privacy. So do I. This will automatically reject every tracking requests.

GDPNopeとは何ですか?

GDPNopeはaurel.herveによって開発されたChromeの拡張機能で、その主な機能は「Quantcast say they value my Privacy. So do I. This will automatically reject every tracking requests.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Autoclose every quantcast modals that repeatedly try to get your tracking consent.
New: also block modals from 'didomi'                    

拡張機能の基本情報

名前 GDPNope GDPNope
ID kaobbaeanleebomkmkleekoeefldjcpi
公式URL https://chromewebstore.google.com/detail/gdpnope/kaobbaeanleebomkmkleekoeefldjcpi
説明 Quantcast say they value my Privacy. So do I. This will automatically reject every tracking requests.
ファイルサイズ 76.55 KB
インストール数 47
現在のバージョン 0.1.0
最終更新日 2019-02-11
公開日 2019-02-07
評価 5.00/5 合計 3 レビュー
開発者 aurel.herve
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Aur\u00e9lien Herv\u00e9",
    "name": "GDPNope",
    "description": "Quantcast say they value my Privacy. So do I. This will automatically reject every tracking requests.",
    "version": "0.1.0",
    "icons": {
        "16": "assets\/GDPNope_16.png",
        "48": "assets\/GDPNope_48.png",
        "128": "assets\/GDPNope_128.png",
        "256": "assets\/GDPNope_256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "assets\/GDPNope_256.png",
        "default_popup": "src\/popup.html",
        "default_title": "GDPNope"
    },
    "permissions": [],
    "web_accessible_resources": [
        "assets\/*",
        "src\/nope.js"
    ]
}