Gate to Fart
Replaces the text 'gate' with 'fart'.
Что такое Gate to Fart?
Gate to Fart - это расширение Chrome, разработанное Sana, и его основная функция - "Replaces the text 'gate' with 'fart'.".
Снимки экрана расширения
Скачать файл CRX расширения Gate to Fart
Скачайте файлы расширений Gate to Fart в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
An extension that changes the text 'gate' to 'fart', inspired by a tweet from the Boston Globe about an FBI 'investifart'. Based on Cloud to Butt Plus, another great extension you should install to improve your internet experience. Update 1.1: Removed an unnecessary icon.
Основная информация о расширении
Название | Gate to Fart |
ID | iagclbkbkodngkiiipcnefjeilkfjflm |
Официальный URL | https://chromewebstore.google.com/detail/gate-to-fart/iagclbkbkodngkiiipcnefjeilkfjflm |
Описание | Replaces the text 'gate' with 'fart'. |
Размер файла | 7.99 KB |
Количество установок | 31 |
Текущая Версия | 1.1 |
Последнее Обновление | 2015-07-19 |
Дата публикации | 2015-07-19 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Sana |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/bigshika/gate-to-fart |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gate to Fart", "version": "1.1", "description": "Replaces the text 'gate' with 'fart'.", "icons": { "48": "icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |