Nuke Your Tracks

Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace

O que é Nuke Your Tracks?

Nuke Your Tracks é uma extensão do Chrome desenvolvida por dwbfox, e sua principal característica é "Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nuke Your Tracks

Baixe arquivos de extensão Nuke Your Tracks 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

                        Selectively delete your  history, cookies, browsing data, and more with one click of a button. Nuke Your Tracks helps you cover your tracks and browse in peace.                    

Informações Básicas da Extensão

Nome Nuke Your Tracks Nuke Your Tracks
ID ikokpidinegfhekkeggcipdgedjcmhbn
URL Oficial https://chromewebstore.google.com/detail/nuke-your-tracks/ikokpidinegfhekkeggcipdgedjcmhbn
Descrição Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace
Tamanho do Arquivo 2.54 MB
Contagem de Instalações 150
Versão Atual 1.4.5
Última Atualização 2014-03-17
Data de Publicação 2014-03-16
Classificação 4.50/5 Total de 6 Avaliações
Desenvolvedor dwbfox
Tipo de Pagamento free
Site da Extensão https://github.com/dwbfox/Nuke-Your-Tracks
URL da Página de Ajuda https://github.com/dwbfox/Nuke-Your-Tracks/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon48.png",
        "default_title": "Nuke Your Tracks"
    },
    "description": "Selectively delete your  history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "name": "Nuke Your Tracks",
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "browsingData",
        "storage"
    ],
    "version": "1.4.5"
}