Polish Cookie Consent
Automatically accepts cookie policy/GDPR on websites.
Was ist Polish Cookie Consent?
Polish Cookie Consent ist eine Chrome-Erweiterung, die von FiltersHeroes entwickelt wurde, und ihr Hauptmerkmal ist "Automatically accepts cookie policy/GDPR on websites.".
Erweiterungsscreenshots
Polish Cookie Consent-Erweiterungs-CRX-Datei herunterladen
Laden Sie Polish Cookie Consent-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bniijddcmabghibaojbkbnngbedopbno |
| Offizielle URL | https://chromewebstore.google.com/detail/polish-cookie-consent/bniijddcmabghibaojbkbnngbedopbno |
| Beschreibung | Automatically accepts cookie policy/GDPR on websites. |
| Dateigröße | 289 KB |
| Installationsanzahl | 1,917 |
| Aktuelle Version | 1.45.1 |
| Letztes Update | 2022-02-12 |
| Veröffentlichungsdatum | 2020-06-24 |
| Bewertung | 3.20/5 Insgesamt 5 Bewertungen |
| Entwickler | FiltersHeroes |
| contact-project+filtersheroes-polishcookieconsent-25805885-issue-@incoming.gitlab.com | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/FiltersHeroes/PolishCookieConsent/ |
| Hilfeseite URL | https://github.com/FiltersHeroes/PolishCookieConsent/issues |
| URL der Datenschutzrichtlinien-Seite | https://polishannoyancefilters.netlify.app/en/PolishCookieConsent/privacy-policy |
| Unterstützte Sprachen | 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",
" | |