Ninja

Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed

Apa itu Ninja?

Ninja adalah ekstensi Chrome yang dikembangkan oleh Sahithyan, dan fitur utamanya adalah "Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ninja

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

                        Ninja chrome extensions helps you to open a webpage in incognito mode just in one click. No hassles any more.                    

Informasi Dasar Ekstensi

Nama Ninja Ninja
ID bhfbmochnkclmomfbpfaoiicanbamekb
URL Resmi https://chromewebstore.google.com/detail/ninja/bhfbmochnkclmomfbpfaoiicanbamekb
Deskripsi Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed
Ukuran File 28.23 KB
Jumlah Instalasi 79
Versi Saat Ini 1.5
Terakhir Diperbarui 2021-09-30
Tanggal Publikasi 2020-06-11
Pengembang Sahithyan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ninja",
    "version": "1.5",
    "author": "Sahithyan",
    "description": "Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed",
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "history",
        "webNavigation"
    ],
    "icons": {
        "128": "icons\/logo.png"
    },
    "action": {
        "default_icon": "icons\/logo \u2013 [email protected]",
        "default_title": "Open In Private Mode"
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Z"
            },
            "description": "Open current tab in Private\/Incognito mode"
        },
        "add_private_website": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z"
            },
            "description": "Add current website to Private Websites list"
        }
    }
}