Cenafy

And his name is John Cena

Wat is Cenafy?

Cenafy is een Chrome-extensie ontwikkeld door Roystbeef, en de belangrijkste functie is "And his name is John Cena".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cenafy

Download Cenafy-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

                        Have you ever wondered who the champ is?

This chrome extension makes it so that there's a 1/100 chance that on each new page load, it displays the john cena video after the user has interacted with the page. Once the video finishes, the document goes back to how it was prior to learning who the champ is.                    

Basisinformatie over de Extensie

Naam Cenafy Cenafy
ID ndchmakhfaakbkhnkdgambadneloplnn
Officiële URL https://chromewebstore.google.com/detail/cenafy/ndchmakhfaakbkhnkdgambadneloplnn
Beschrijving And his name is John Cena
Bestandsgrootte 20.74 MB
Aantal Installaties 42,514
Huidige Versie 1.2.0
Laatst Bijgewerkt 2022-07-04
Publicatiedatum 2021-03-18
Beoordeling 3.97/5 Totaal 592 Beoordelingen
Ontwikkelaar Roystbeef
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cenafy",
    "version": "1.2.0",
    "description": "And his name is John Cena",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "cena.mp4"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3
}