Polish Cookie Consent

Automatically accepts cookie policy/GDPR on websites.

Wat is Polish Cookie Consent?

Polish Cookie Consent is een Chrome-extensie ontwikkeld door FiltersHeroes, en de belangrijkste functie is "Automatically accepts cookie policy/GDPR on websites.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Polish Cookie Consent

Download Polish Cookie Consent-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        It's a great supplement for adblockers.

Features:
• accepting GDPR/privacy policy on websites (by default Polish filter list is enabled, but it is also available optional European Cookie Database)
• redirecting to proper website if accepting privacy policy isn't possible
• baking cookies :-)
• automatic weekly updates of filter lists (rules for accepting privacy policy)
• the possibility of manually updating filter lists
• the possibility of creating own rules/filters with linter's help
• the possibility of creating excluded list from popup and control panel
• the possibility to disable/enable specific filter lists
• displaying notifications about status of filter lists auto-updates
• optional dark mode for extension UI                    

Basisinformatie over de Extensie

Naam Polish Cookie Consent Polish Cookie Consent
ID bniijddcmabghibaojbkbnngbedopbno
Officiële URL https://chromewebstore.google.com/detail/polish-cookie-consent/bniijddcmabghibaojbkbnngbedopbno
Beschrijving Automatically accepts cookie policy/GDPR on websites.
Bestandsgrootte 289 KB
Aantal Installaties 1,917
Huidige Versie 1.45.1
Laatst Bijgewerkt 2022-02-12
Publicatiedatum 2020-06-24
Beoordeling 3.20/5 Totaal 5 Beoordelingen
Ontwikkelaar FiltersHeroes
E-mail contact-project+filtersheroes-polishcookieconsent-25805885-issue-@incoming.gitlab.com
Betalingswijze free
Extensiewebsite https://github.com/FiltersHeroes/PolishCookieConsent/
Help Pagina-URL https://github.com/FiltersHeroes/PolishCookieConsent/issues
URL van de Privacybeleid Pagina https://polishannoyancefilters.netlify.app/en/PolishCookieConsent/privacy-policy
Ondersteunde Talen en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "FiltersHeroes",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.45.1",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "browser_style": false,
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "vAPI.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "controlPanel\/controlPanel.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "unlimitedStorage",
        ""
    ],
    "background": {
        "scripts": [
            "vAPI.js",
            "update.js"
        ]
    },
    "short_name": "__MSG_extensionShortName__"
}