History Disabler

Disable history in Chrome by deleting history when responsible tabs are closed.

O que é History Disabler?

History Disabler é uma extensão do Chrome desenvolvida por Aaron Horler, e sua principal característica é "Disable history in Chrome by deleting history when responsible tabs are closed.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão History Disabler

Baixe arquivos de extensão History Disabler 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

                        Disable browsing history in Chrome by deleting history as you close tabs.

WARNING - This extension will remove ALL of your browsing history. Do no install this extension if you wish to selectively keep any, or all, of your history.

GitHub source - https://github.com/aghorler/History-Disabler-for-Chromium

CHANGELOG 

2.1.0 - Add legacy (pre-2.0.2) functionality to appease some users.
2.0.2 - Resolve an issue with Chrome's back/forward navigation functionality.
1.6.1 - Automatic option saving.
1.5.2 - New option to retain 'Recently closed' tabs for a session, as per user request.
1.5.1 - GitHub username change, very minor fixes.
1.5 - New download history option, new icon, and other minor fixes.                    

Informações Básicas da Extensão

Nome History Disabler History Disabler
ID idfabmmfgdfcjehenodijniddhhgodgo
URL Oficial https://chrome.google.com/webstore/detail/idfabmmfgdfcjehenodijniddhhgodgo
Descrição Disable history in Chrome by deleting history when responsible tabs are closed.
Tamanho do Arquivo 11.44 KB
Contagem de Instalações 11,595
Versão Atual 2.1.0
Última Atualização 2018-07-14
Data de Publicação 2018-07-14
Classificação 4.03/5 Total de 65 Avaliações
Desenvolvedor Aaron Horler
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/aghorler/History-Disabler-for-Chromium
URL da Página de Ajuda https://github.com/aghorler/History-Disabler-for-Chromium/blob/master/DOCUMENTATION.md#documentation
URL da Página de Política de Privacidade https://aaronhorler.com/privacy.txt
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Disabler",
    "version": "2.1.0",
    "manifest_version": 2,
    "description": "Disable history in Chrome by deleting history when responsible tabs are closed.",
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "\/img\/icon128.png"
    },
    "options_ui": {
        "page": "\/html\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "permissions": [
        "browsingData",
        "history",
        "downloads",
        "storage",
        "tabs"
    ]
}