Cenafy

And his name is John Cena

ما هو Cenafy؟

Cenafy هو إضافة Chrome تم تطويرها بواسطة Roystbeef، والميزة الرئيسية لها هي "And his name is John Cena".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Cenafy

قم بتنزيل ملفات الامتداد Cenafy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}