Millennials Begone!

Replaces the text 'millennial' with 'pesky whipper-snapper'.

Что такое Millennials Begone!?

Millennials Begone! - это расширение Chrome, разработанное Zeke Weeks, и его основная функция - "Replaces the text 'millennial' with 'pesky whipper-snapper'.".

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

screenshot

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

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

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

                        It happens to every generation. Time to take back the web from all those who can't handle time's linear nature.                    

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

Название Millennials Begone! Millennials Begone!
ID dlgjecnejicmpdknhangcbeahbgipolf
Официальный URL https://chromewebstore.google.com/detail/millennials-begone/dlgjecnejicmpdknhangcbeahbgipolf
Описание Replaces the text 'millennial' with 'pesky whipper-snapper'.
Размер файла 3.43 KB
Количество установок 758
Текущая Версия 1.0
Последнее Обновление 2013-11-26
Дата публикации 2013-11-26
Рейтинг 4.94/5 Всего 32 оценок
Разработчик Zeke Weeks
Тип оплаты free
Официальный сайт расширения https://github.com/zekeweeks/millennials-begone
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Millennials Begone!",
    "version": "1.0",
    "description": "Replaces the text 'millennial' with 'pesky whipper-snapper'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}