Click and Clean
Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.
Click and Cleanとは何ですか?
Click and Cleanはhttps://browsernative.comによって開発されたChromeの拡張機能で、その主な機能は「Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.」です。
拡張機能のスクリーンショット
Click and Clean拡張機能のCRXファイルをダウンロード
Click and Clean拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just one click (or use the keyboard shortcut command Ctrl + Shift + E) to delete all your browsing data including all open windows, browsing history, cookies, downloads history, form data, websites' caches and databases.
Created by BrowserNative. Visit https://browsernative.com/click-and-clean-chrome-extension/
Feedback? Send via email to [email protected]. 拡張機能の基本情報
| 名前 | |
| ID | mgngmngjioknlgjjaiiamcdbahombpfb |
| 公式URL | https://chromewebstore.google.com/detail/click-and-clean/mgngmngjioknlgjjaiiamcdbahombpfb |
| 説明 | Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc. |
| ファイルサイズ | 38.53 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2023-11-06 |
| 公開日 | 2018-07-18 |
| 評価 | 4.34/5 合計 41 レビュー |
| 開発者 | https://browsernative.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://browsernative.com/click-and-clean-chrome-extension/ |
| ヘルプページのURL | https://browsernative.com/click-and-clean-chrome-extension/ |
| プライバシーポリシーページのURL | https://browsernative.com/extensions-privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Click and Clean",
"short_name": "ClickClean",
"description": "Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.",
"version": "0.1.0",
"permissions": [
"browsingData",
"notifications"
],
"manifest_version": 2,
"background": {
"persistent": false,
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "files\/icon-128.png",
"default_title": "Click and Clean"
},
"icons": {
"48": "files\/icon-48.png",
"128": "files\/icon-128.png"
},
"homepage_url": "https:\/\/browsernative.com\/click-and-clean-chrome-extension\/",
"options_ui": {
"page": "options.html",
"chrome_style": true,
"open_in_tab": true
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+E"
}
}
}
} | |