Cenafy

And his name is John Cena

Co je Cenafy?

Cenafy je rozšíření Chrome vyvinuté Roystbeef, a jeho hlavní funkcí je „And his name is John Cena“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Cenafy

Stáhněte si soubory rozšíření Cenafy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Cenafy Cenafy
ID ndchmakhfaakbkhnkdgambadneloplnn
Oficiální URL https://chromewebstore.google.com/detail/cenafy/ndchmakhfaakbkhnkdgambadneloplnn
Popis And his name is John Cena
Velikost souboru 20.74 MB
Počet instalací 42,514
Aktuální Verze 1.2.0
Poslední Aktualizace 2022-07-04
Datum Vydání 2021-03-18
Hodnocení 3.97/5 Celkem 592 Hodnocení
Vývojář Roystbeef
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}