Cenafy

And his name is John Cena

What is Cenafy?

Cenafy is a Chrome extension developed by Roystbeef, and its main feature is "And his name is John Cena".

Extension Screenshots

screenshot

Download Cenafy Extension CRX File

Download Cenafy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cenafy Cenafy
ID ndchmakhfaakbkhnkdgambadneloplnn
Official URL https://chromewebstore.google.com/detail/cenafy/ndchmakhfaakbkhnkdgambadneloplnn
Description And his name is John Cena
File Size 20.74 MB
Installation Count 42,514
Current Version 1.2.0
Last Updated 2022-07-04
Publish Date 2021-03-18
Rating 3.97/5 Total 592 Ratings
Developer Roystbeef
Email [email protected]
Payment Type free
Supported Languages 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
}