Incognito Toggle

Switches between incognito and regular browsing

Apa itu Incognito Toggle?

Incognito Toggle adalah ekstensi Chrome yang dikembangkan oleh Meebuhs, dan fitur utamanya adalah "Switches between incognito and regular browsing".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Incognito Toggle

Unduh file ekstensi Incognito Toggle 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

                        This extension provides a simple way to switch between incognito and regular browsing.                    

Informasi Dasar Ekstensi

Nama Incognito Toggle Incognito Toggle
ID mdgklkgfkebppeoioeldnnnhfodlnlkj
URL Resmi https://chromewebstore.google.com/detail/incognito-toggle/mdgklkgfkebppeoioeldnnnhfodlnlkj
Deskripsi Switches between incognito and regular browsing
Ukuran File 30.16 KB
Jumlah Instalasi 331
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2019-12-03
Tanggal Publikasi 2019-12-02
Pengembang Meebuhs
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Switches between incognito and regular browsing",
    "version": "0.1.0",
    "name": "Incognito Toggle",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/incognito-toggle-icon-32.png",
            "64": "images\/incognito-toggle-icon-64.png",
            "128": "images\/incognito-toggle-icon-128.png"
        }
    },
    "icons": {
        "32": "images\/incognito-toggle-icon-32.png",
        "64": "images\/incognito-toggle-icon-64.png",
        "128": "images\/incognito-toggle-icon-128.png"
    },
    "manifest_version": 2
}