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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mudimedia Ltd, και η κύρια λειτουργία του είναι "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης No Cookie Warning

Λήψη αρχείων επέκτασης No Cookie Warning σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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