Polish Cookie Consent

Automatically accepts cookie policy/GDPR on websites.

Polish Cookie Consent क्या है?

Polish Cookie Consent FiltersHeroes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically accepts cookie policy/GDPR on websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Polish Cookie Consent एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Polish Cookie Consent Polish Cookie Consent
ID bniijddcmabghibaojbkbnngbedopbno
आधिकारिक URL https://chromewebstore.google.com/detail/polish-cookie-consent/bniijddcmabghibaojbkbnngbedopbno
विवरण Automatically accepts cookie policy/GDPR on websites.
फ़ाइल का आकार 289 KB
स्थापना संख्या 1,917
वर्तमान संस्करण 1.45.1
अंतिम अपडेट 2022-02-12
प्रकाशन तिथि 2020-06-24
रेटिंग 3.20/5 कुल 5 रेटिंग्स
डेवलपर FiltersHeroes
ईमेल contact-project+filtersheroes-polishcookieconsent-25805885-issue-@incoming.gitlab.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/FiltersHeroes/PolishCookieConsent/
सहायता पृष्ठ URL https://github.com/FiltersHeroes/PolishCookieConsent/issues
गोपनीयता नीति पृष्ठ URL https://polishannoyancefilters.netlify.app/en/PolishCookieConsent/privacy-policy
समर्थित भाषाएँ 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__"
}