Cenafy

And his name is John Cena

Vad är Cenafy?

Cenafy är en Chrome-tillägg utvecklad av Roystbeef, och dess huvudfunktion är "And his name is John Cena".

Tilläggsskärmbilder

screenshot

Ladda ner Cenafy-förlängningens CRX-fil

Ladda ner Cenafy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Cenafy Cenafy
ID ndchmakhfaakbkhnkdgambadneloplnn
Officiell webbadress https://chromewebstore.google.com/detail/cenafy/ndchmakhfaakbkhnkdgambadneloplnn
Beskrivning And his name is John Cena
Filstorlek 20.74 MB
Antal Installationer 42,514
Aktuell Version 1.2.0
Senast Uppdaterad 2022-07-04
Publiceringsdatum 2021-03-18
Betyg 3.97/5 Totalt 592 Betyg
Utvecklare Roystbeef
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}