Cookie Content Settings
Tap the full power of your browser's cookie settings, allowing more fine-grained rules.
Cookie Content Settingsとは何ですか?
Cookie Content Settingsはheypiotrによって開発されたChromeの拡張機能で、その主な機能は「Tap the full power of your browser's cookie settings, allowing more fine-grained rules.」です。
拡張機能のスクリーンショット
Cookie Content Settings拡張機能のCRXファイルをダウンロード
Cookie Content Settings拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extensions allows you to create more fine-grained rules for the "Customized behaviors" in the "Cookie and other site data" settings of your browser. For example, you can allow "myaccount.com" requests to use cookies only while on "example.com", or block cookies in "socialnetwork.com" requests only while on "secretsite.com".
拡張機能の基本情報
名前 | Cookie Content Settings |
ID | cgfplfaocdgbahjoegkenibjdgjaakhd |
公式URL | https://chromewebstore.google.com/detail/cookie-content-settings/cgfplfaocdgbahjoegkenibjdgjaakhd |
説明 | Tap the full power of your browser's cookie settings, allowing more fine-grained rules. |
ファイルサイズ | 24.06 KB |
インストール数 | 30 |
現在のバージョン | 1.0.1 |
最終更新日 | 2021-07-08 |
公開日 | 2021-07-08 |
開発者 | heypiotr |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/heypiotr/CookieContentSettings |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cookie Content Settings", "version": "1.0.1", "action": [], "description": "Tap the full power of your browser's cookie settings, allowing more fine-grained rules.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "contentSettings", "storage" ] } |