Off The Record History

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

O que é Off The Record History?

Off The Record History é uma extensão do Chrome desenvolvida por dutiyesh, e sua principal característica é "Track your browsing history in incognito mode. Maintain your history for up to 7 days.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Off The Record History

Baixe arquivos de extensão Off The Record History no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        🔮 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                    

Informações Básicas da Extensão

Nome Off The Record History Off The Record History
ID djbaolpiihkcmmfjnjdmomeeheldhhdp
URL Oficial https://chromewebstore.google.com/detail/off-the-record-history/djbaolpiihkcmmfjnjdmomeeheldhhdp
Descrição Track your browsing history in incognito mode. Maintain your history for up to 7 days.
Tamanho do Arquivo 89.93 KB
Contagem de Instalações 53,023
Versão Atual 0.4.1
Última Atualização 2023-05-30
Data de Publicação 2019-09-24
Classificação 3.35/5 Total de 112 Avaliações
Desenvolvedor dutiyesh
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/dutiyesh/off-the-record-history
URL da Página de Política de Privacidade https://github.com/dutiyesh/extensions/blob/master/doc/off-the-record-history/PRIVACY.md
Idiomas Suportados 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"
}