History Wiper

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

Apa itu History Wiper?

History Wiper adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Stop Chrome from recording your browsing history when you are browsing specific websites.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi History Wiper

Unduh file ekstensi History Wiper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama History Wiper History Wiper
ID iahlekcomboaljagackjkigepnfaphkc
URL Resmi https://chromewebstore.google.com/detail/history-wiper/iahlekcomboaljagackjkigepnfaphkc
Deskripsi Stop Chrome from recording your browsing history when you are browsing specific websites.
Ukuran File 111 KB
Jumlah Instalasi 97
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2016-04-27
Tanggal Publikasi 2016-04-26
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}