Time Machine

Obliterates the last fifteen minutes of your browsing history

¿Qué es Time Machine?

Time Machine es una extensión de Chrome desarrollada por Unknown, y su función principal es "Obliterates the last fifteen minutes of your browsing history".

Descargar Archivo CRX de la Extensión Time Machine

Descarga archivos de extensión Time Machine en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Time Machine Time Machine
ID medjffmhhiakhbcjggmooccpihhjgjni
URL Oficial https://chromewebstore.google.com/detail/time-machine/medjffmhhiakhbcjggmooccpihhjgjni
Descripción Obliterates the last fifteen minutes of your browsing history
Tamaño del Archivo 23.04 KB
Cantidad de Instalaciones 296
Versión Actual 0.3.0
Última Actualización 2016-05-25
Fecha de Publicación 2016-05-25
Calificación 4.00/5 Total de 5 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
    ]
}