Cenafy

And his name is John Cena

Apa itu Cenafy?

Cenafy adalah ekstensi Chrome yang dikembangkan oleh Roystbeef, dan fitur utamanya adalah "And his name is John Cena".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cenafy

Unduh file ekstensi Cenafy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Cenafy Cenafy
ID ndchmakhfaakbkhnkdgambadneloplnn
URL Resmi https://chromewebstore.google.com/detail/cenafy/ndchmakhfaakbkhnkdgambadneloplnn
Deskripsi And his name is John Cena
Ukuran File 20.74 MB
Jumlah Instalasi 42,514
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2022-07-04
Tanggal Publikasi 2021-03-18
Penilaian 3.97/5 Total 592 Penilaian
Pengembang Roystbeef
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}