Systemd butts

Replace the word systemd with butts.

Что такое Systemd butts?

Systemd butts - это расширение Chrome, разработанное jessfraz, и его основная функция - "Replace the word systemd with butts.".

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

screenshot

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

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

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

                        Replace systemd with butts on webpages.

Source Code: https://github.com/jfrazelle/systemd-butts                    

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

Название Systemd butts Systemd butts
ID cdlammifaiaedopfjihjnlidjjkcngja
Официальный URL https://chromewebstore.google.com/detail/systemd-butts/cdlammifaiaedopfjihjnlidjjkcngja
Описание Replace the word systemd with butts.
Размер файла 37.6 KB
Количество установок 35
Текущая Версия 0.2.0
Последнее Обновление 2016-06-24
Дата публикации 2016-06-24
Рейтинг 5.00/5 Всего 2 оценок
Разработчик jessfraz
Тип оплаты free
Официальный сайт расширения https://github.com/jfrazelle/systemd-butts
URL страницы помощи https://github.com/jfrazelle/systemd-butts
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Systemd butts",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "Replace the word systemd with butts.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}