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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track your browsing history in incognito mode. Maintain your history for up to 7 days."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Off The Record History एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🔮 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                    

एक्सटेंशन की मूल जानकारी

नाम Off The Record History Off The Record History
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
ईमेल [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"
}