Cenafy

And his name is John Cena

Cenafy क्या है?

Cenafy Roystbeef द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "And his name is John Cena"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cenafy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Cenafy Cenafy
ID ndchmakhfaakbkhnkdgambadneloplnn
आधिकारिक URL https://chromewebstore.google.com/detail/cenafy/ndchmakhfaakbkhnkdgambadneloplnn
विवरण And his name is John Cena
फ़ाइल का आकार 20.74 MB
स्थापना संख्या 42,514
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2022-07-04
प्रकाशन तिथि 2021-03-18
रेटिंग 3.97/5 कुल 592 रेटिंग्स
डेवलपर Roystbeef
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}