HideMe

Automatically opens sites in Icognito-Mode

Apa itu HideMe?

HideMe adalah ekstensi Chrome yang dikembangkan oleh Sebastian Knopp, dan fitur utamanya adalah "Automatically opens sites in Icognito-Mode".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi HideMe

Unduh file ekstensi HideMe 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

                        Some pages request you to register or login after you visited them several times.

They do so by using whatever kind of tracking mechanisms. Just add those sites to your icognito list and don't worry anymore about that.                    

Informasi Dasar Ekstensi

Nama HideMe HideMe
ID kidgemiejpkaooedpdophaabombchkcf
URL Resmi https://chromewebstore.google.com/detail/hideme/kidgemiejpkaooedpdophaabombchkcf
Deskripsi Automatically opens sites in Icognito-Mode
Ukuran File 5.5 KB
Jumlah Instalasi 97
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-03-31
Tanggal Publikasi 2020-03-31
Pengembang Sebastian Knopp
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HideMe",
    "version": "1.0",
    "description": "Automatically opens sites in Icognito-Mode",
    "manifest_version": 2,
    "permissions": [
        "webNavigation",
        "tabs",
        "storage"
    ],
    "options_page": "options\/options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}