Cookie Dialog Monster
Did someone say cookie consent dialogs? 😋
Cookie Dialog Monsterとは何ですか?
Cookie Dialog Monsterはwanhoseによって開発されたChromeの拡張機能で、その主な機能は「Did someone say cookie consent dialogs? 😋」です。
拡張機能のスクリーンショット
Cookie Dialog Monster拡張機能のCRXファイルをダウンロード
Cookie Dialog Monster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Cookie Dialog Monster is the best lightweight, open-source, and powerful alternative to "I don't care about cookies". It offers a seamless browsing experience without tracking you. With Cookie Dialog Monster, you can enjoy a privacy-focused solution that eliminates cookie consent dialogs while ensuring your preferences remain unaffected. Say goodbye to intrusive tracking and hello to hassle-free web browsing.
拡張機能の基本情報
名前 | Cookie Dialog Monster |
ID | djcbfpkdhdkaflcigibkbpboflaplabg |
公式URL | https://chromewebstore.google.com/detail/cookie-dialog-monster/djcbfpkdhdkaflcigibkbpboflaplabg |
説明 | Did someone say cookie consent dialogs? 😋 |
ファイルサイズ | 42.74 KB |
インストール数 | 292 |
現在のバージョン | 6.4.8 |
最終更新日 | 2024-02-27 |
公開日 | 2020-06-28 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | wanhose |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.cookie-dialog-monster.com |
ヘルプページのURL | https://github.com/wanhose/cookie-dialog-monster/issues |
対応言語 | de,en,fr,es,it,pt-BR,pt-PT,ro,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cookie Dialog Monster", "version": "6.4.8", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "assets\/icons\/16.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "action": { "default_icon": "assets\/icons\/disabled.png", "default_title": "Cookie Dialog Monster" }, "options_page": "options.html", "author": "wanhose", "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "all_frames": true, "exclude_matches": [ "*:\/\/*.bauhaus.cz\/*", "*:\/\/*.codesandbox.io\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.googleapis.com\/embed\/*", "*:\/\/*.messenger.com\/*", "*:\/\/*.office365.com\/*", "*:\/\/*.officeapps.live.com\/*", "*:\/\/*.sharepoint.com\/*", "*:\/\/*.suite.office.com\/*", "*:\/\/*.youtube-nocookie.com\/embed\/*", "*:\/\/*.youtube.com\/embed\/*", "*:\/\/translate.google.ca\/*", "*:\/\/translate.google.co.in\/*", "*:\/\/translate.google.co.jp\/*", "*:\/\/translate.google.co.uk\/*", "*:\/\/translate.google.com.au\/*", "*:\/\/translate.google.com.br\/*", "*:\/\/translate.google.com\/*", "*:\/\/translate.google.de\/*", "*:\/\/translate.google.es\/*", "*:\/\/translate.google.fr\/*", "*:\/\/translate.google.it\/*", "*:\/\/www.cookie-dialog-monster.com\/*" ], "js": [ "scripts\/content.js", "scripts\/dialog.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "contextMenus", "scripting", "storage" ], "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "https:\/\/fonts.googleapis.com\/css?family=Inter" ] } ] } |