Cenafy

And his name is John Cena

Qu'est-ce que Cenafy ?

Cenafy est une extension Chrome développée par Roystbeef, et sa fonction principale est "And his name is John Cena".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cenafy

Téléchargez les fichiers d'extension Cenafy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cenafy Cenafy
ID ndchmakhfaakbkhnkdgambadneloplnn
URL Officiel https://chromewebstore.google.com/detail/cenafy/ndchmakhfaakbkhnkdgambadneloplnn
Description And his name is John Cena
Taille du Fichier 20.74 MB
Nombre d'Installations 42,514
Version Actuelle 1.2.0
Dernière Mise à Jour 2022-07-04
Date de Publication 2021-03-18
Évaluation 3.97/5 Total 592 Évaluations
Développeur Roystbeef
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}