Cloud-Things To Butt

Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.

Что такое Cloud-Things To Butt?

Cloud-Things To Butt - это расширение Chrome, разработанное https://www.patik.com, и его основная функция - "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.".

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

screenshot

Скачать файл CRX расширения Cloud-Things To Butt

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

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

                        Replaces the text "the cloud" with "my butt", and "internet of things" with "interwebs of butts".

Slight improvements to Cloud-to-butt Plus, found here: https://github.com/hank/cloud-to-butt

Source code: https://github.com/patik/cloud-things-to-butt                    

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

Название Cloud-Things To Butt Cloud-Things To Butt
ID ooaniklefhdgbcefegledhggifcbionf
Официальный URL https://chromewebstore.google.com/detail/cloud-things-to-butt/ooaniklefhdgbcefegledhggifcbionf
Описание Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.
Размер файла 3.96 KB
Количество установок 23
Текущая Версия 1.2.0
Последнее Обновление 2014-02-15
Дата публикации 2014-02-15
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://www.patik.com
Тип оплаты free
Официальный сайт расширения http://patik.com/code/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud-Things To Butt",
    "version": "1.2.0",
    "description": "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.",
    "short_name": "Cloud-Things To Butt",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "cloud-things-to-butt.user.js"
            ],
            "run_at": "document_end"
        }
    ]
}