Polish Cookie Consent

Automatically accepts cookie policy/GDPR on websites.

O que é Polish Cookie Consent?

Polish Cookie Consent é uma extensão do Chrome desenvolvida por FiltersHeroes, e sua principal característica é "Automatically accepts cookie policy/GDPR on websites.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Polish Cookie Consent

Baixe arquivos de extensão Polish Cookie Consent no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Polish Cookie Consent Polish Cookie Consent
ID bniijddcmabghibaojbkbnngbedopbno
URL Oficial https://chromewebstore.google.com/detail/polish-cookie-consent/bniijddcmabghibaojbkbnngbedopbno
Descrição Automatically accepts cookie policy/GDPR on websites.
Tamanho do Arquivo 289 KB
Contagem de Instalações 1,917
Versão Atual 1.45.1
Última Atualização 2022-02-12
Data de Publicação 2020-06-24
Classificação 3.20/5 Total de 5 Avaliações
Desenvolvedor FiltersHeroes
Email contact-project+filtersheroes-polishcookieconsent-25805885-issue-@incoming.gitlab.com
Tipo de Pagamento free
Site da Extensão https://github.com/FiltersHeroes/PolishCookieConsent/
URL da Página de Ajuda https://github.com/FiltersHeroes/PolishCookieConsent/issues
URL da Página de Política de Privacidade https://polishannoyancefilters.netlify.app/en/PolishCookieConsent/privacy-policy
Idiomas Suportados 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__"
}