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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dutiyesh, και η κύρια λειτουργία του είναι "Track your browsing history in incognito mode. Maintain your history for up to 7 days.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Off The Record History

Λήψη αρχείων επέκτασης 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 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"
}