Cenafy

And his name is John Cena

O que é Cenafy?

Cenafy é uma extensão do Chrome desenvolvida por Roystbeef, e sua principal característica é "And his name is John Cena".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Cenafy

Baixe arquivos de extensão Cenafy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Cenafy Cenafy
ID ndchmakhfaakbkhnkdgambadneloplnn
URL Oficial https://chromewebstore.google.com/detail/cenafy/ndchmakhfaakbkhnkdgambadneloplnn
Descrição And his name is John Cena
Tamanho do Arquivo 20.74 MB
Contagem de Instalações 42,514
Versão Atual 1.2.0
Última Atualização 2022-07-04
Data de Publicação 2021-03-18
Classificação 3.97/5 Total de 592 Avaliações
Desenvolvedor Roystbeef
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}