No Cookie Warning

Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.

No Cookie Warning क्या है?

No Cookie Warning Mudimedia Ltd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you."।

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

screenshot

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

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

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

                        The cookie consent messages are necessary to be on the websites by the laws. But you don't need to see them. If you don't want to see the cookie warnings anymore, use this lightweight extension. This extension removes them for you.

Use this Chrome extension to remove cookie consent banners from almost all websites.

This Chrome extension is updated regularly to include the new cookie warning banners.

The new version handles many more domains.                    

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

नाम No Cookie Warning No Cookie Warning
ID dnpffaflgdcpcbolhhbefkbdndaicijc
आधिकारिक URL https://chromewebstore.google.com/detail/no-cookie-warning/dnpffaflgdcpcbolhhbefkbdndaicijc
विवरण Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.
फ़ाइल का आकार 1.07 MB
स्थापना संख्या 806
वर्तमान संस्करण 0.0.1.0
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2021-03-10
रेटिंग 3.83/5 कुल 12 रेटिंग्स
डेवलपर Mudimedia Ltd
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nocookiewarning.com/
सहायता पृष्ठ URL https://www.mudimedia.co.uk/contact
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Cookie Warning",
    "description": "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.",
    "author": "Mudimedia",
    "version": "0.0.1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}