Millennials to Snake People

Replaces the text 'Millennial' with 'Snake People'.

Что такое Millennials to Snake People?

Millennials to Snake People - это расширение Chrome, разработанное Eric Bailey, и его основная функция - "Replaces the text 'Millennial' with 'Snake People'.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Millennials to Snake People

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

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

                        Learn the sad, sinister truth behind the mysterious Snake People. Who are they? What do they want?                    

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

Название Millennials to Snake People Millennials to Snake People
ID jhkibealmjkbkafogihpeidfcgnigmlf
Официальный URL https://chromewebstore.google.com/detail/millennials-to-snake-peop/jhkibealmjkbkafogihpeidfcgnigmlf
Описание Replaces the text 'Millennial' with 'Snake People'.
Размер файла 27.41 KB
Количество установок 9,627
Текущая Версия 2.3
Последнее Обновление 2019-03-11
Дата публикации 2019-03-10
Рейтинг 4.70/5 Всего 343 оценок
Разработчик Eric Bailey
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/ericwbailey/millennial-to-snake-people
URL страницы помощи https://github.com/ericwbailey/millennials-to-snake-people/issues
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Millennials to Snake People",
    "short_name": "Snake People",
    "description": "Replaces the text 'Millennial' with 'Snake People'.",
    "author": "Eric Bailey",
    "version": "2.3",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}