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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |