Cenafy

And his name is John Cena

Cenafyคืออะไร?

Cenafy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roystbeef และคุณลักษณะหลักของมันคือ "And his name is John Cena"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cenafy

ดาวน์โหลดไฟล์ส่วนขยาย Cenafy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}