History Wiper

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

Vad är History Wiper?

History Wiper är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Stop Chrome from recording your browsing history when you are browsing specific websites.".

Tilläggsskärmbilder

screenshot

Ladda ner History Wiper-förlängningens CRX-fil

Ladda ner History Wiper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn History Wiper History Wiper
ID iahlekcomboaljagackjkigepnfaphkc
Officiell webbadress https://chromewebstore.google.com/detail/history-wiper/iahlekcomboaljagackjkigepnfaphkc
Beskrivning Stop Chrome from recording your browsing history when you are browsing specific websites.
Filstorlek 111 KB
Antal Installationer 97
Aktuell Version 1.0.3
Senast Uppdaterad 2016-04-27
Publiceringsdatum 2016-04-26
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    ]
}