Off The Record History
Track your browsing history in incognito mode. Maintain your history for up to 7 days.
Off The Record Historyとは何ですか?
Off The Record Historyはdutiyeshによって開発されたChromeの拡張機能で、その主な機能は「Track your browsing history in incognito mode. Maintain your history for up to 7 days.」です。
拡張機能のスクリーンショット
Off The Record History拡張機能のCRXファイルをダウンロード
Off The Record History拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🔮 Features:
- ⏳ Maintain incognito browsing history for 1, 2, 4 or 7 days, beyond which history will automatically get deleted
- 📗 Access your private incognito browsing history
- 📘 Access your recently closed tabs
- 🕹 Option to automatically delete history on browser close
- 🗑 Option to delete history manually
Video guide: https://www.youtube.com/watch?v=jYN7w_kNE-w
Documentation guide: https://github.com/dutiyesh/off-the-record-history/blob/master/GUIDE.md#guide
• • •
Updates
0.4.1
- Remove keyboard shortcut key to open extension 拡張機能の基本情報
| 名前 | |
| ID | djbaolpiihkcmmfjnjdmomeeheldhhdp |
| 公式URL | https://chromewebstore.google.com/detail/off-the-record-history/djbaolpiihkcmmfjnjdmomeeheldhhdp |
| 説明 | Track your browsing history in incognito mode. Maintain your history for up to 7 days. |
| ファイルサイズ | 89.93 KB |
| インストール数 | 53,023 |
| 現在のバージョン | 0.4.1 |
| 最終更新日 | 2023-05-30 |
| 公開日 | 2019-09-24 |
| 評価 | 3.35/5 合計 112 レビュー |
| 開発者 | dutiyesh |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/dutiyesh/off-the-record-history |
| プライバシーポリシーページのURL | https://github.com/dutiyesh/extensions/blob/master/doc/off-the-record-history/PRIVACY.md |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Off The Record History",
"version": "0.4.1",
"description": "Track your browsing history in incognito mode. Maintain your history for up to 7 days.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Off The Record History",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"unlimitedStorage",
"tabs"
],
"incognito": "split"
} | |