nCena

Replaces 1% of web images with John Cena

What is nCena?

nCena is a Chrome extension developed by Ash A., and its main feature is "Replaces 1% of web images with John Cena".

Extension Screenshots

screenshot

Download nCena Extension CRX File

Download nCena extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name nCena nCena
ID kdbibdpnfpcddocjlollcjkblilhkkno
Official URL https://chromewebstore.google.com/detail/ncena/kdbibdpnfpcddocjlollcjkblilhkkno
Description Replaces 1% of web images with John Cena
File Size 43.68 KB
Installation Count 2,596
Current Version 1.01
Last Updated 2017-12-31
Publish Date 2017-12-30
Rating 4.92/5 Total 12 Ratings
Developer Ash A.
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}