History Wiper

Stop Chrome from recording your browsing history when you are browsing specific websites.

Was ist History Wiper?

History Wiper ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Stop Chrome from recording your browsing history when you are browsing specific websites.".

Erweiterungsscreenshots

screenshot

History Wiper-Erweiterungs-CRX-Datei herunterladen

Laden Sie History Wiper-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

                        It is a chrome extentsion which can stop record your history and browering data about specific words. 
By default, it already has included some vulgarity and adult words.
You can also add some website domain names by yourself.

When the text on the badge is delete and the background color is yellow, it means that the history record is removed.                    

Grundlegende Informationen zur Erweiterung

Name History Wiper History Wiper
ID iahlekcomboaljagackjkigepnfaphkc
Offizielle URL https://chromewebstore.google.com/detail/history-wiper/iahlekcomboaljagackjkigepnfaphkc
Beschreibung Stop Chrome from recording your browsing history when you are browsing specific websites.
Dateigröße 111 KB
Installationsanzahl 97
Aktuelle Version 1.0.3
Letztes Update 2016-04-27
Veröffentlichungsdatum 2016-04-26
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Wiper",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Stop Chrome from recording your browsing history when you are browsing specific websites.",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "No History",
        "default_popup": "popup.html"
    },
    "permissions": [
        "history",
        "tabs",
        "browsingData",
        "storage"
    ]
}