History Janitor

A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it

¿Qué es History Janitor?

History Janitor es una extensión de Chrome desarrollada por Nex, y su función principal es "A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión History Janitor

Descarga archivos de extensión History Janitor 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

                        History Janitor is a good way to manage what's showing up in your address bar.

Let's say you're starting to type "you" or "red" and some unwanted URLs are showing up... Well, with this extension, you can prevent that by adding the keyword to the blacklist. 

It will automatically search (every minutes) and delete the URLs that contains any keywords in the blacklist.

Suggestions and feedback are welcomed !                    

Información Básica de la Extensión

Nombre History Janitor History Janitor
ID kkaakfpimddpndjdgopjbloioapgmlpa
URL Oficial https://chrome.google.com/webstore/detail/history-janitor/kkaakfpimddpndjdgopjbloioapgmlpa
Descripción A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it
Tamaño del Archivo 174 KB
Cantidad de Instalaciones 111
Versión Actual 2.0
Última Actualización 2014-02-03
Fecha de Publicación 2014-02-03
Calificación 3.00/5 Total de 4 Calificaciones
Desarrollador Nex
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Janitor",
    "version": "2.0",
    "author": "Francis Lacoste",
    "description": "A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "history",
        "storage",
        "alarms"
    ],
    "options_page": "hj.html",
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png",
            "19": "img\/icon128.png",
            "38": "img\/icon128.png"
        },
        "default_title": "History Janitor"
    }
}