NicholasCageExtension

This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…

Что такое NicholasCageExtension?

NicholasCageExtension - это расширение Chrome, разработанное AutoClient, и его основная функция - "This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения NicholasCageExtension

Скачайте файлы расширений NicholasCageExtension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of Nicholas Cage.                    

Основная информация о расширении

Название NicholasCageExtension NicholasCageExtension
ID cejbolgkepmpidebjmajgbdiphpaogem
Официальный URL https://chromewebstore.google.com/detail/nicholascageextension/cejbolgkepmpidebjmajgbdiphpaogem
Описание This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…
Размер файла 4.1 KB
Количество установок 59
Текущая Версия 1.0.0
Последнее Обновление 2021-08-24
Дата публикации 2021-08-24
Рейтинг 5.00/5 Всего 3 оценок
Разработчик AutoClient
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NicholasCageExtension",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Nicholas Cage"
    }
}