Y’allifier

Makes the words of the world a little gentler on the soul.

Что такое Y’allifier?

Y’allifier - это расширение Chrome, разработанное steev, и его основная функция - "Makes the words of the world a little gentler on the soul.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Y’allifier takes all phrases on the internet that should be "y’all" and fixes them.                    

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

Название Y’allifier Y’allifier
ID aicapddnpcanaijnigmldonmponhbgeb
Официальный URL https://chromewebstore.google.com/detail/y%E2%80%99allifier/aicapddnpcanaijnigmldonmponhbgeb
Описание Makes the words of the world a little gentler on the soul.
Размер файла 14.84 KB
Количество установок 19
Текущая Версия 1.6
Последнее Обновление 2016-08-14
Дата публикации 2016-08-14
Рейтинг 4.33/5 Всего 6 оценок
Разработчик steev
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/asiansteev/y-allifier
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Y\u2019allifier",
    "short_name": "Y\u2019allifier",
    "description": "Makes the words of the world a little gentler on the soul.",
    "author": "steev",
    "version": "1.6",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/Users\/steev\/code\/y-allifier\/you%20all%20test.html"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}