Container to Fart
Replaces the text 'container' with 'fart'.
Что такое Container to Fart?
Container to Fart - это расширение Chrome, разработанное jacob.m.robinson, и его основная функция - "Replaces the text 'container' with 'fart'.".
Снимки экрана расширения
Скачать файл CRX расширения Container to Fart
Скачайте файлы расширений Container to Fart в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Container to Fart replaces instances of 'container' with 'fart' within web page content. Combined with the Cloud to Butt Chrome extension, Container to Fart will bring some back some comedy into all the drama that is happening with Linux Farts and Butt Computing.
Основная информация о расширении
Название | ![]() |
ID | ddekfmgjejpecfmkijkoeibgehjmjoah |
Официальный URL | https://chrome.google.com/webstore/detail/container-to-fart/ddekfmgjejpecfmkijkoeibgehjmjoah |
Описание | Replaces the text 'container' with 'fart'. |
Размер файла | 3.38 KB |
Количество установок | 31 |
Текущая Версия | 1.0 |
Последнее Обновление | 2014-12-02 |
Дата публикации | 2014-12-02 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | jacob.m.robinson |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/jakerobinson/container-to-fart |
URL страницы помощи | https://github.com/jakerobinson/container-to-fart/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Container to Fart", "version": "1.0", "description": "Replaces the text 'container' with 'fart'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |