Cookie Manager
Cookie Manager helps you keep Track on how many cookies you have allowed on different websites.
Cookie Managerとは何ですか?
Cookie Managerはotto.qvist10によって開発されたChromeの拡張機能で、その主な機能は「Cookie Manager helps you keep Track on how many cookies you have allowed on different websites.」です。
拡張機能のスクリーンショット
Cookie Manager拡張機能のCRXファイルをダウンロード
Cookie Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Cookie Manager helps you keep Track on how many cookies you have allowed on different websites.
拡張機能の基本情報
名前 | Cookie Manager |
ID | khngpolgieodmnjpcegbbjmcoiofpfjj |
公式URL | https://chromewebstore.google.com/detail/cookie-manager/khngpolgieodmnjpcegbbjmcoiofpfjj |
説明 | Cookie Manager helps you keep Track on how many cookies you have allowed on different websites. |
ファイルサイズ | 5.61 KB |
インストール数 | 63 |
現在のバージョン | 1.0 |
最終更新日 | 2023-10-26 |
公開日 | 2023-10-25 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | otto.qvist10 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cookie Manager", "version": "1.0", "description": "Cookie Manager helps you keep Track on how many cookies you have allowed on different websites.", "permissions": [ "activeTab", "webNavigation", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" } } |