Cenafy

And his name is John Cena

Cos'è Cenafy?

Cenafy è un'estensione di Chrome sviluppata da Roystbeef, e la sua funzione principale è "And his name is John Cena".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cenafy

Scarica i file di estensione Cenafy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Cenafy Cenafy
ID ndchmakhfaakbkhnkdgambadneloplnn
URL Ufficiale https://chromewebstore.google.com/detail/cenafy/ndchmakhfaakbkhnkdgambadneloplnn
Descrizione And his name is John Cena
Dimensione del File 20.74 MB
Conteggio Installazioni 42,514
Versione Corrente 1.2.0
Ultimo Aggiornamento 2022-07-04
Data di Pubblicazione 2021-03-18
Valutazione 3.97/5 Totale 592 Valutazioni
Sviluppatore Roystbeef
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}