History Auto Deleter
Automatically delete your history!
History Auto Deleterとは何ですか?
History Auto DeleterはMazikaによって開発されたChromeの拡張機能で、その主な機能は「Automatically delete your history!」です。
拡張機能のスクリーンショット
History Auto Deleter拡張機能のCRXファイルをダウンロード
History Auto Deleter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of having to go into incognito mode every time you want a little bit of privacy? Now you can keep certain things that you search for off the records! - Automatically delete search history that contains words of your choosing - You can delete history on demand, or by default it deletes when you restart chrome - Can also delete history from the last minute, 10 minutes, 30 minutes, hour, or day Thank you very much for installing this extension, all types of reviews and feedback are welcome!
拡張機能の基本情報
名前 | History Auto Deleter |
ID | ddochbhghahhjlcfglcfalgicpdepmba |
公式URL | https://chromewebstore.google.com/detail/history-auto-deleter/ddochbhghahhjlcfglcfalgicpdepmba |
説明 | Automatically delete your history! |
ファイルサイズ | 10.88 KB |
インストール数 | 187 |
現在のバージョン | 1.01 |
最終更新日 | 2020-12-15 |
公開日 | 2020-12-13 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | Mazika |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/remcalu/Chrome-History-Auto-Deleter |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Auto Deleter", "version": "1.01", "manifest_version": 2, "description": "Automatically delete your history!", "background": { "persistent": false, "scripts": [ "options.js" ] }, "permissions": [ "storage", "history" ], "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "64": "images\/image64.png" } }, "icons": { "64": "images\/image64.png" } } |