Cookie popup blocker

The extension closes pop-up windows informing about the use of cookies on sites.

Τι είναι το Cookie popup blocker;

Το Cookie popup blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον fontlucker, και η κύρια λειτουργία του είναι "The extension closes pop-up windows informing about the use of cookies on sites.".

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

screenshot
screenshot

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

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

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

                        The Internet has become a vast exhibition of cookie pop-ups. According to the GDPR adopted in 2018, sites are required to inform the user about the use of cookies and other nuances of collecting personal information. If you are tired of those annoying modal windows informing about the use of cookies on sites, just install this extension. It accepts or hides annoying modals. The extension can find annoying window cookies on 90% of sites and quickly hides them forever. The application is very simple and hardly uses your computer's resources.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cookie popup blocker Cookie popup blocker
ID kcfpdddjfggcilnflhemabeojfbnipac
Επίσημο URL https://chromewebstore.google.com/detail/cookie-popup-blocker/kcfpdddjfggcilnflhemabeojfbnipac
Περιγραφή The extension closes pop-up windows informing about the use of cookies on sites.
Μέγεθος Αρχείου 246 KB
Αριθμός Εγκαταστάσεων 717
Τρέχουσα Έκδοση 0.0.4
Τελευταία Ενημέρωση 2022-11-15
Ημερομηνία Δημοσίευσης 2022-07-20
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής fontlucker
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1VdvBnv7FoO7hG2rE01agSxZxRil0oVSCpPNuX6j4J3s
Υποστηριζόμενες Γλώσσες en,fr,tr,es,it,pl,pt-PT,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "CookieAccept",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.4",
    "action": {
        "default_icon": "img\/imageye128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "img\/imageye128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}