GDPNope

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

What is GDPNope?

GDPNope is a Chrome extension developed by aurel.herve, and its main feature is "Quantcast say they value my Privacy. So do I. This will automatically reject every tracking requests.".

Extension Screenshots

screenshot

Download GDPNope Extension CRX File

Download GDPNope extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name GDPNope GDPNope
ID kaobbaeanleebomkmkleekoeefldjcpi
Official URL https://chromewebstore.google.com/detail/gdpnope/kaobbaeanleebomkmkleekoeefldjcpi
Description Quantcast say they value my Privacy. So do I. This will automatically reject every tracking requests.
File Size 76.55 KB
Installation Count 47
Current Version 0.1.0
Last Updated 2019-02-11
Publish Date 2019-02-07
Rating 5.00/5 Total 3 Ratings
Developer aurel.herve
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}