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
Eメール [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
}