History Janitor

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

Was ist History Janitor?

History Janitor ist eine Chrome-Erweiterung, die von Nex entwickelt wurde, und ihr Hauptmerkmal ist "A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it".

Erweiterungsscreenshots

screenshot

History Janitor-Erweiterungs-CRX-Datei herunterladen

Laden Sie History Janitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 !                    

Grundlegende Informationen zur Erweiterung

Name History Janitor History Janitor
ID kkaakfpimddpndjdgopjbloioapgmlpa
Offizielle URL https://chrome.google.com/webstore/detail/history-janitor/kkaakfpimddpndjdgopjbloioapgmlpa
Beschreibung A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it
Dateigröße 174 KB
Installationsanzahl 111
Aktuelle Version 2.0
Letztes Update 2014-02-03
Veröffentlichungsdatum 2014-02-03
Bewertung 3.00/5 Insgesamt 4 Bewertungen
Entwickler Nex
Zahlungsart free
Unterstützte Sprachen 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"
    }
}