Time Machine

Obliterates the last fifteen minutes of your browsing history

O que é Time Machine?

Time Machine é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Obliterates the last fifteen minutes of your browsing history".

Baixar o arquivo CRX da Extensão Time Machine

Baixe arquivos de extensão Time Machine 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

                        Obliterates the last fifteen minutes of your browsing history. I can assure you I am doing nothing with your browsing history other then deleting it. If it makes the community comfortable I will post a link to the repo as soon as possible.                    

Informações Básicas da Extensão

Nome Time Machine Time Machine
ID medjffmhhiakhbcjggmooccpihhjgjni
URL Oficial https://chromewebstore.google.com/detail/time-machine/medjffmhhiakhbcjggmooccpihhjgjni
Descrição Obliterates the last fifteen minutes of your browsing history
Tamanho do Arquivo 23.04 KB
Contagem de Instalações 296
Versão Atual 0.3.0
Última Atualização 2016-05-25
Data de Publicação 2016-05-25
Classificação 4.00/5 Total de 5 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Machine",
    "description": "Obliterates the last fifteen minutes of your browsing history",
    "version": "0.3.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "The cake is a lie"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "permissions": [
        "browsingData",
        "activeTab"
    ]
}