Polish Cookie Consent

Automatically accepts cookie policy/GDPR on websites.

Polish Cookie Consent란 무엇입니까?

Polish Cookie Consent은(는) FiltersHeroes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically accepts cookie policy/GDPR on websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Polish Cookie Consent 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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__"
}