History Clear
Minimal extension that clears browsing history on startup.
History Clearとは何ですか?
History ClearはJari Jokinenによって開発されたChromeの拡張機能で、その主な機能は「Minimal extension that clears browsing history on startup.」です。
History Clear拡張機能のCRXファイルをダウンロード
History Clear拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension clears your browsing history in the background everytime you start the browser. It does not do anything else (like touching your cache or cookies). 拡張機能の基本情報
| 名前 | |
| ID | dcfcnhliklpabjiadgjpdmjjffdolcip |
| 公式URL | https://chromewebstore.google.com/detail/history-clear/dcfcnhliklpabjiadgjpdmjjffdolcip |
| 説明 | Minimal extension that clears browsing history on startup. |
| ファイルサイズ | 3.12 KB |
| インストール数 | 20 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2015-12-14 |
| 公開日 | 2015-12-13 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Jari Jokinen |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "History Clear",
"description": "Minimal extension that clears browsing history on startup.",
"version": "1.0.0",
"browser_action": [],
"permissions": [
"browsingData"
],
"background": {
"scripts": [
"background.js"
]
}
} | |