Cenafy

And his name is John Cena

Co to jest Cenafy?

Cenafy to rozszerzenie Chrome opracowane przez Roystbeef, a jego główną funkcją jest „And his name is John Cena”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cenafy

Pobierz pliki rozszerzeń Cenafy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cenafy Cenafy
ID ndchmakhfaakbkhnkdgambadneloplnn
Oficjalny URL https://chromewebstore.google.com/detail/cenafy/ndchmakhfaakbkhnkdgambadneloplnn
Opis And his name is John Cena
Rozmiar pliku 20.74 MB
Liczba instalacji 42,514
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2022-07-04
Data Publikacji 2021-03-18
Ocena 3.97/5 Łącznie 592 Oceny
Deweloper Roystbeef
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}