Incogneo

You've gone incogneo

Apa itu Incogneo?

Incogneo adalah ekstensi Chrome yang dikembangkan oleh DigitalEnki, dan fitur utamanya adalah "You've gone incogneo".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Incogneo

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

                        You've gone incogneo, every time you use an incogneto window you'll be presented with an image of Keanu Reeves, born from r/photoshopbattles & u/ReekyMarko

After installing, you'll be prompted to enable Incognito mode - this is required for the extension to function.

Inspiration: https://www.reddit.com/r/photoshopbattles/comments/dmblu3/psbattle_incognito_keanu_reeves/f4zskkd/                    

Informasi Dasar Ekstensi

Nama Incogneo Incogneo
ID nomcmcdnbphjjcpeaedmdefehncoofgf
URL Resmi https://chrome.google.com/webstore/detail/incogneo/nomcmcdnbphjjcpeaedmdefehncoofgf
Deskripsi You've gone incogneo
Ukuran File 229 KB
Jumlah Instalasi 42
Versi Saat Ini 1.2
Terakhir Diperbarui 2019-10-24
Tanggal Publikasi 2019-10-24
Penilaian 5.00/5 Total 4 Penilaian
Pengembang DigitalEnki
Tipe Pembayaran free
Situs Ekstensi https://github.com/ChubbyNinja/incogneo-chrome-extension
URL Halaman Bantuan https://github.com/ChubbyNinja/incogneo-chrome-extension/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Incogneo",
    "version": "1.2",
    "description": "You've gone incogneo",
    "manifest_version": 2,
    "incognito": "split",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/newtab\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}