I still don't care about cookies

Community version of the extension `I don't care about cookies` (no Avast)

I still don't care about cookies क्या है?

I still don't care about cookies Guus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Community version of the extension `I don't care about cookies` (no Avast)"।

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

screenshot
screenshot

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

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

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

                        This is a community updated version of a popular extension that got acquired by Avast with the source code on https://github.com/OhMyGuus/I-Dont-Care-About-Cookies  
-------

This extension removes cookie warnings/pop-ups from almost all websites!

The EU regulations require that any website using tracking cookies must get user's permission before installing them. Imagine how irritating that becomes when you surf anonymously or if you delete cookies automatically every time you close the browser.

In most cases, it just blocks or hides cookie related pop-ups. When it's needed for the website to work properly, it will automatically accept the cookie policy for you (sometimes it will accept all and sometimes only necessary cookie categories, depending on what's easier to do). It doesn't delete cookies.                    

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

नाम I still don't care about cookies I still don't care about cookies
ID edibdbjcniadpccecjdfdjjppcpchdlm
आधिकारिक URL https://chromewebstore.google.com/detail/i-still-dont-care-about-c/edibdbjcniadpccecjdfdjjppcpchdlm
विवरण Community version of the extension `I don't care about cookies` (no Avast)
फ़ाइल का आकार 514 KB
स्थापना संख्या 133,215
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2024-01-03
प्रकाशन तिथि 2022-09-27
रेटिंग 4.62/5 कुल 126 रेटिंग्स
डेवलपर Guus
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/OhMyGuus/I-Dont-Care-About-Cookies
सहायता पृष्ठ URL https://github.com/OhMyGuus/I-Dont-Care-About-Cookies/issues
गोपनीयता नीति पृष्ठ URL https://github.com/OhMyGuus/I-Still-Dont-Care-About-Cookies/blob/master/PRIVACY_POLICY.md
समर्थित भाषाएँ de,en,fr,nl,no,da,es,hr,it,lt,hu,pl,ro,sk,sv,cs,bg,ru,uk,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.1.4",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "OhMyGuus and Community (originally Daniel Kladnik)",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "webRequest",
        "declarativeNetRequestWithHostAccess",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "data\/background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "data\/options.html"
    },
    "action": {
        "default_popup": "data\/menu\/index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}