GDPNope

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

GDPNope क्या है?

GDPNope aurel.herve द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quantcast say they value my Privacy. So do I. This will automatically reject every tracking requests."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GDPNope एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}