Polish Cookie Consent

Automatically accepts cookie policy/GDPR on websites.

Polish Cookie Consent là gì?

Polish Cookie Consent là một tiện ích mở rộng Chrome được phát triển bởi FiltersHeroes, và tính năng chính của nó là "Automatically accepts cookie policy/GDPR on websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Polish Cookie Consent

Tải xuống các tệp mở rộng Polish Cookie Consent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Polish Cookie Consent Polish Cookie Consent
ID bniijddcmabghibaojbkbnngbedopbno
URL Chính Thức https://chromewebstore.google.com/detail/polish-cookie-consent/bniijddcmabghibaojbkbnngbedopbno
Mô tả Automatically accepts cookie policy/GDPR on websites.
Kích Thước Tệp 289 KB
Số Lần Cài Đặt 1,917
Phiên Bản Hiện Tại 1.45.1
Cập Nhật Lần Cuối 2022-02-12
Ngày Phát Hành 2020-06-24
Đánh Giá 3.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển FiltersHeroes
Email contact-project+filtersheroes-polishcookieconsent-25805885-issue-@incoming.gitlab.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/FiltersHeroes/PolishCookieConsent/
URL Trang Trợ Giúp https://github.com/FiltersHeroes/PolishCookieConsent/issues
URL Trang Chính Sách Bảo Mật https://polishannoyancefilters.netlify.app/en/PolishCookieConsent/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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__"
}