History Sweep
Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....
History Sweepとは何ですか?
History SweepはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....」です。
拡張機能のスクリーンショット
History Sweep拡張機能のCRXファイルをダウンロード
History Sweep拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | ihlmknoahbfopamapcmfbhcebdidkjbh |
| 公式URL | https://chromewebstore.google.com/detail/history-sweep/ihlmknoahbfopamapcmfbhcebdidkjbh |
| 説明 | Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache.... |
| ファイルサイズ | 15.54 KB |
| インストール数 | 171 |
| 現在のバージョン | 9.8.7 |
| 最終更新日 | 2017-04-15 |
| 公開日 | 2017-04-14 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"bg.js"
]
},
"description": "Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....",
"icons": {
"128": "128.png",
"16": "16.png",
"32": "32.png",
"48": "48.png"
},
"permissions": [
"storage",
"browsingData"
],
"version": "9.8.7",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "History Sweep",
"offline_enabled": true,
"optional_permissions": [
"downloads",
"contentSettings"
],
"options_page": "options.html"
} | |