Polish Cookie Consent

Automatically accepts cookie policy/GDPR on websites.

Polish Cookie Consentคืออะไร?

Polish Cookie Consent เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FiltersHeroes และคุณลักษณะหลักของมันคือ "Automatically accepts cookie policy/GDPR on websites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Polish Cookie Consent

ดาวน์โหลดไฟล์ส่วนขยาย Polish Cookie Consent ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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__"
}