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
官方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
}