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
电子邮箱 [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"
    ]
}