chrome-spoopy

Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.

Что такое chrome-spoopy?

chrome-spoopy - это расширение Chrome, разработанное TopPhysicist, и его основная функция - "Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.".

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

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

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

                        Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.                    

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

Название chrome-spoopy chrome-spoopy
ID ddhilclcnpneangmopgpfcofdpdffgop
Официальный URL https://chrome.google.com/webstore/detail/ddhilclcnpneangmopgpfcofdpdffgop
Описание Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
Размер файла 3.56 KB
Количество установок 32
Текущая Версия 1.0
Последнее Обновление 2015-10-16
Дата публикации 2015-10-16
Рейтинг 5.00/5 Всего 1 оценок
Разработчик TopPhysicist
Тип оплаты free
Официальный сайт расширения https://github.com/mattleblanc/chrome-spoopy
URL страницы помощи https://github.com/mattleblanc/chrome-spoopy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "chrome-spoopy",
    "version": "1.0",
    "description": "Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}