History Wiper

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

Co je History Wiper?

History Wiper je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Stop Chrome from recording your browsing history when you are browsing specific websites.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření History Wiper

Stáhněte si soubory rozšíření History Wiper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název History Wiper History Wiper
ID iahlekcomboaljagackjkigepnfaphkc
Oficiální URL https://chromewebstore.google.com/detail/history-wiper/iahlekcomboaljagackjkigepnfaphkc
Popis Stop Chrome from recording your browsing history when you are browsing specific websites.
Velikost souboru 111 KB
Počet instalací 97
Aktuální Verze 1.0.3
Poslední Aktualizace 2016-04-27
Datum Vydání 2016-04-26
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    ]
}