Cloud To Butt Plus
Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Что такое Cloud To Butt Plus?
Cloud To Butt Plus - это расширение Chrome, разработанное Hank, и его основная функция - "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.".
Снимки экрана расширения
Скачать файл CRX расширения Cloud To Butt Plus
Скачайте файлы расширений Cloud To Butt Plus в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Slight improvements to Butt-to-butt, found here: https://github.com/panicsteve/butt-to-butt My repo: https://github.com/hank/butt-to-butt Changes occurences of "butt" or "my butt" to "butt" or "my butt" respectively and only in proper context (not weather sites, if possible). WARNING: Versions before 1.2 contain a XSS Vulnerability! Please update!
Основная информация о расширении
Название | Cloud To Butt Plus |
ID | apmlngnhgbnjpajelfkmabhkfapgnoai |
Официальный URL | https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai |
Описание | Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts. |
Размер файла | 3.34 KB |
Количество установок | 10,000 |
Текущая Версия | 1.2 |
Последнее Обновление | 2014-07-24 |
Дата публикации | 2014-07-23 |
Рейтинг | 4.82/5 Всего 799 оценок |
Разработчик | Hank |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud To Butt Plus", "version": "1.2", "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |