nCena

Replaces 1% of web images with John Cena

Was ist nCena?

nCena ist eine Chrome-Erweiterung, die von Ash A. entwickelt wurde, und ihr Hauptmerkmal ist "Replaces 1% of web images with John Cena".

Erweiterungsscreenshots

screenshot

nCena-Erweiterungs-CRX-Datei herunterladen

Laden Sie nCena-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name nCena nCena
ID kdbibdpnfpcddocjlollcjkblilhkkno
Offizielle URL https://chromewebstore.google.com/detail/ncena/kdbibdpnfpcddocjlollcjkblilhkkno
Beschreibung Replaces 1% of web images with John Cena
Dateigröße 43.68 KB
Installationsanzahl 2,596
Aktuelle Version 1.01
Letztes Update 2017-12-31
Veröffentlichungsdatum 2017-12-30
Bewertung 4.92/5 Insgesamt 12 Bewertungen
Entwickler Ash A.
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}