nCena

Replaces 1% of web images with John Cena

Apa itu nCena?

nCena adalah ekstensi Chrome yang dikembangkan oleh Ash A., dan fitur utamanya adalah "Replaces 1% of web images with John Cena".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi nCena

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

                        Ever wanted to prank someone with those picture-replacement apps such as nCage or nGabe, but didn't want every single picture to be replaced?

Now you can long-term prank someone by only replacing 1% of all images they see, so that they don't suspect an extension is installed, but are still extremely confused when it does occur.                    

Informasi Dasar Ekstensi

Nama nCena nCena
ID kdbibdpnfpcddocjlollcjkblilhkkno
URL Resmi https://chromewebstore.google.com/detail/ncena/kdbibdpnfpcddocjlollcjkblilhkkno
Deskripsi Replaces 1% of web images with John Cena
Ukuran File 43.68 KB
Jumlah Instalasi 2,596
Versi Saat Ini 1.01
Terakhir Diperbarui 2017-12-31
Tanggal Publikasi 2017-12-30
Penilaian 4.92/5 Total 12 Penilaian
Pengembang Ash A.
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nCena",
    "version": "1.01",
    "manifest_version": 2,
    "description": "Replaces 1% of web images with John Cena",
    "icons": {
        "16": "img\/16.jpg",
        "48": "img\/48.jpg",
        "128": "img\/128.jpg"
    },
    "offline_enabled": false,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/jquery-3.2.1.min.js",
                "src\/ncena.js"
            ]
        }
    ]
}