4k To Butt

Replaces 4k with Butt all over the web

Что такое 4k To Butt?

4k To Butt - это расширение Chrome, разработанное JTaylorApps, и его основная функция - "Replaces 4k with Butt all over the web".

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

screenshot

Скачать файл CRX расширения 4k To Butt

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

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

                        Lightweight and open source extension that converts the term "4k" to "Butt" all over the web.

Written originally by /u/Killeri404
Compiled and released by me, on his behalf

Version 1.0.1:
- Initial Release                    

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

Название 4k To Butt 4k To Butt
ID cebppknaomfckghmlcmakemojakcegpc
Официальный URL https://chromewebstore.google.com/detail/4k-to-butt/cebppknaomfckghmlcmakemojakcegpc
Описание Replaces 4k with Butt all over the web
Размер файла 15.87 KB
Количество установок 180
Текущая Версия 1.0.1
Последнее Обновление 2014-06-06
Дата публикации 2014-06-05
Рейтинг 3.90/5 Всего 10 оценок
Разработчик JTaylorApps
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4k To Butt",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.jpg"
    },
    "description": "Replaces 4k with Butt all over the web",
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "contentScript.js"
    ]
}