Cookie Decliner

Automatically reject non-essential cookies to protect your privacy!

Cookie Decliner क्या है?

Cookie Decliner Cookie Decliner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically reject non-essential cookies to protect your privacy!"।

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

screenshot

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

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

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

                        Decline all non essential cookie banners on websites instead of your accepting it!

This extension will automatically reject all non-essential cookies on the website you are viewing. It will protect your privacy and lets you focus on whatever you want to do. More than 100 languages are supported at the moment.

Cookie Decliner is constantly updated, so stay tuned for an even better experience.
If you have feedback please write to my mail address published on Chrome WebStore.


Just give it a try!                    

एक्सटेंशन की मूल जानकारी

नाम Cookie Decliner Cookie Decliner
ID fgedkelakhbadclolkemkcffklcomhhb
आधिकारिक URL https://chromewebstore.google.com/detail/cookie-decliner/fgedkelakhbadclolkemkcffklcomhhb
विवरण Automatically reject non-essential cookies to protect your privacy!
फ़ाइल का आकार 1020 KB
स्थापना संख्या 418
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2024-01-30
प्रकाशन तिथि 2023-01-21
रेटिंग 1.60/5 कुल 5 रेटिंग्स
डेवलपर Cookie Decliner
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://carmesin.me/privacy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Decliner",
    "version": "0.1.2",
    "description": "Automatically reject non-essential cookies to protect your privacy!",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_title": "Cookie Decliner",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "options_page": "options.html",
    "manifest_version": 3
}