Cookie Manager
An extension to manage your browser cookies!
Cookie Managerとは何ですか?
Cookie ManagerはInnovative Devによって開発されたChromeの拡張機能で、その主な機能は「An extension to manage your browser cookies!」です。
拡張機能のスクリーンショット
Cookie Manager拡張機能のCRXファイルをダウンロード
Cookie Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
View and Edit cookies related to the current tab right from the popup interface. This extension offers an interface to view and edit all the cookies that are related to the current page. It is also possible to edit cookie properties right from the interface.
拡張機能の基本情報
名前 | Cookie Manager |
ID | bdkggpjbjkjacedhhhbblbahmoomjemg |
公式URL | https://chromewebstore.google.com/detail/cookie-manager/bdkggpjbjkjacedhhhbblbahmoomjemg |
説明 | An extension to manage your browser cookies! |
ファイルサイズ | 693 KB |
インストール数 | 38 |
現在のバージョン | 1.3 |
最終更新日 | 2023-09-04 |
公開日 | 2023-01-17 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Innovative Dev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cookie Manager", "description": "An extension to manage your browser cookies!", "version": "1.3", "author": "Devashish Nayak", "permissions": [ "cookies", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_popup": "index.html" } } |