Cloud To Arse Plus

Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.

Что такое Cloud To Arse Plus?

Cloud To Arse Plus - это расширение Chrome, разработанное veghead, и его основная функция - "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.".

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

screenshot

Скачать файл CRX расширения Cloud To Arse Plus

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

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

                        Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts. This is a rework of the excellent "Cloud To Butt Plus" plugin but targeted at a British audience.                    

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

Название Cloud To Arse Plus Cloud To Arse Plus
ID kmgjkbbncmmflionbjlpnjbplacicdmp
Официальный URL https://chromewebstore.google.com/detail/cloud-to-arse-plus/kmgjkbbncmmflionbjlpnjbplacicdmp
Описание Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.
Размер файла 27 KB
Количество установок 72
Текущая Версия 0.0.0.1
Последнее Обновление 2013-08-24
Дата публикации 2013-08-23
Рейтинг 5.00/5 Всего 5 оценок
Разработчик veghead
Тип оплаты free
Официальный сайт расширения https://github.com/veghead/cloud-to-arse
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud To Arse Plus",
    "version": "0.0.0.1",
    "description": "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "cta-16.png",
        "128": "cta-128.png"
    }
}