Off The Record History

Track your browsing history in incognito mode. Maintain your history for up to 7 days.

Off The Record History là gì?

Off The Record History là một tiện ích mở rộng Chrome được phát triển bởi dutiyesh, và tính năng chính của nó là "Track your browsing history in incognito mode. Maintain your history for up to 7 days.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Off The Record History

Tải xuống các tệp mở rộng Off The Record History dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🔮 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Off The Record History Off The Record History
ID djbaolpiihkcmmfjnjdmomeeheldhhdp
URL Chính Thức https://chromewebstore.google.com/detail/off-the-record-history/djbaolpiihkcmmfjnjdmomeeheldhhdp
Mô tả Track your browsing history in incognito mode. Maintain your history for up to 7 days.
Kích Thước Tệp 89.93 KB
Số Lần Cài Đặt 53,023
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2023-05-30
Ngày Phát Hành 2019-09-24
Đánh Giá 3.35/5 Tổng số 112 Đánh Giá
Nhà Phát Triển dutiyesh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dutiyesh/off-the-record-history
URL Trang Chính Sách Bảo Mật https://github.com/dutiyesh/extensions/blob/master/doc/off-the-record-history/PRIVACY.md
Ngôn Ngữ Được Hỗ Trợ 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"
}