Cenafy

And his name is John Cena

什麼是Cenafy?

Cenafy是由Roystbeef開發的Chrome擴展程式,該擴展的主要功能是“And his name is John Cena”。

擴展截圖

screenshot

下載Cenafy擴展crx文件

下載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
官方網址 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
}