History Auto-Eraser

History Auto-Eraser by Owlsee

O que é History Auto-Eraser?

History Auto-Eraser é uma extensão do Chrome desenvolvida por https://owlsee.com, e sua principal característica é "History Auto-Eraser by Owlsee".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão History Auto-Eraser

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

                        Add page's URL or whole site's URLs to ignore list, Auto-Eraser will erase the assigned browser history automatically.

- Erase browser history automatically.                    

Informações Básicas da Extensão

Nome History Auto-Eraser History Auto-Eraser
ID nifjbfjmcncginckeohklpodpknneefh
URL Oficial https://chromewebstore.google.com/detail/history-auto-eraser/nifjbfjmcncginckeohklpodpknneefh
Descrição History Auto-Eraser by Owlsee
Tamanho do Arquivo 79.23 KB
Contagem de Instalações 186
Versão Atual 1.2
Última Atualização 2019-11-20
Data de Publicação 2019-11-19
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor https://owlsee.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://reader.owlsee.com/legal
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Auto-Eraser",
    "description": "History Auto-Eraser by Owlsee",
    "version": "1.2",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/logo_16.png",
            "48": "img\/logo_48.png",
            "128": "img\/logo_128.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "History Auto-Eraser"
    },
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "history",
        "tabs"
    ]
}