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.」です。
拡張機能のスクリーンショット
Polish Cookie Consent拡張機能のCRXファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | 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",
" | |