nCena

Replaces 1% of web images with John Cena

Wat is nCena?

nCena is een Chrome-extensie ontwikkeld door Ash A., en de belangrijkste functie is "Replaces 1% of web images with John Cena".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie nCena

Download nCena-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam nCena nCena
ID kdbibdpnfpcddocjlollcjkblilhkkno
Officiële URL https://chromewebstore.google.com/detail/ncena/kdbibdpnfpcddocjlollcjkblilhkkno
Beschrijving Replaces 1% of web images with John Cena
Bestandsgrootte 43.68 KB
Aantal Installaties 2,596
Huidige Versie 1.01
Laatst Bijgewerkt 2017-12-31
Publicatiedatum 2017-12-30
Beoordeling 4.92/5 Totaal 12 Beoordelingen
Ontwikkelaar Ash A.
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}