History Wiper

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

Wat is History Wiper?

History Wiper is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Stop Chrome from recording your browsing history when you are browsing specific websites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie History Wiper

Download History Wiper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam History Wiper History Wiper
ID iahlekcomboaljagackjkigepnfaphkc
Officiële URL https://chromewebstore.google.com/detail/history-wiper/iahlekcomboaljagackjkigepnfaphkc
Beschrijving Stop Chrome from recording your browsing history when you are browsing specific websites.
Bestandsgrootte 111 KB
Aantal Installaties 97
Huidige Versie 1.0.3
Laatst Bijgewerkt 2016-04-27
Publicatiedatum 2016-04-26
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    ]
}