Open tab in incognito

This extension will open the current tab in incogntio mode

Apa itu Open tab in incognito?

Open tab in incognito adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension will open the current tab in incogntio mode".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Open tab in incognito

Unduh file ekstensi Open tab in incognito 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 will open the current tab in incogntio mode

This tool will help anyone from standard users to developers.
Ever run out of article limits? Open in a incognito window!
Ever had issues with caching? Open in a incognito window!
Ever started some secret shopping and wanted to open the item quickly and without anyone knowing? Open in a incognito window!                    

Informasi Dasar Ekstensi

Nama Open tab in incognito Open tab in incognito
ID jphadcnfmefilmapphdlailkfdmdlllc
URL Resmi https://chromewebstore.google.com/detail/open-tab-in-incognito/jphadcnfmefilmapphdlailkfdmdlllc
Deskripsi This extension will open the current tab in incogntio mode
Ukuran File 6 KB
Jumlah Instalasi 55
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-05-02
Tanggal Publikasi 2020-05-02
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open tab in incognito",
    "description": "This extension will open the current tab in incogntio mode",
    "version": "1.0",
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}