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
}