Off The Record History

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

Qu'est-ce que Off The Record History ?

Off The Record History est une extension Chrome développée par dutiyesh, et sa fonction principale est "Track your browsing history in incognito mode. Maintain your history for up to 7 days.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Off The Record History

Téléchargez les fichiers d'extension Off The Record History au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        🔮 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                    

Informations de Base sur l'Extension

Nom Off The Record History Off The Record History
ID djbaolpiihkcmmfjnjdmomeeheldhhdp
URL Officiel https://chromewebstore.google.com/detail/off-the-record-history/djbaolpiihkcmmfjnjdmomeeheldhhdp
Description Track your browsing history in incognito mode. Maintain your history for up to 7 days.
Taille du Fichier 89.93 KB
Nombre d'Installations 53,023
Version Actuelle 0.4.1
Dernière Mise à Jour 2023-05-30
Date de Publication 2019-09-24
Évaluation 3.35/5 Total 112 Évaluations
Développeur dutiyesh
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/dutiyesh/off-the-record-history
URL de la Page de Politique de Confidentialité https://github.com/dutiyesh/extensions/blob/master/doc/off-the-record-history/PRIVACY.md
Langues Prises en Charge 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"
}