Easy Clean
Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.
Easy Cleanとは何ですか?
Easy CleanはRaz1nerによって開発されたChromeの拡張機能で、その主な機能は「Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.」です。
拡張機能のスクリーンショット
Easy Clean拡張機能のCRXファイルをダウンロード
Easy Clean拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
One-click quick cleanup of browser cache, with automatic cache clearance upon closing the browser to ensure the security of your privacy. The extension contains no advertisements or pop-ups that affect user experience. It is clean and open-source. Features - One-click cache clearance - Customizable cleanup items - Domain whitelist (exclude specified domains from clearing cookies) - Automatic cleanup upon closing the browser
拡張機能の基本情報
名前 | Easy Clean |
ID | bjpclojdgakmcjmfdgiodjgfncaejaki |
公式URL | https://chromewebstore.google.com/detail/easy-clean/bjpclojdgakmcjmfdgiodjgfncaejaki |
説明 | Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security. |
ファイルサイズ | 64.13 KB |
インストール数 | 1,040 |
現在のバージョン | 1.0.0 |
最終更新日 | 2024-01-10 |
公開日 | 2024-01-10 |
評価 | 5.00/5 合計 11 レビュー |
開発者 | Raz1ner |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://dev-coco.github.io/post/Easy-Clean-EN/ |
プライバシーポリシーページのURL | https://dev-coco.github.io/post/Easy-Clean-Privacy-Policy-EN |
対応言語 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Clean", "description": "__MSG_extDesc__", "default_locale": "en", "author": "Raz1ner", "version": "1.0.0", "action": { "default_popup": "html\/popup.html", "default_icon": "icon\/icon.png" }, "icons": { "128": "icon\/icon.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "cookies", "storage", "windows", "browsingData" ], "host_permissions": [ "*:\/\/*\/*" ] } |