Accurate Meat & Dairy Descriptions
Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow".
Что такое Accurate Meat & Dairy Descriptions?
Accurate Meat & Dairy Descriptions - это расширение Chrome, разработанное https://jmcooper.net, и его основная функция - "Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow".".
Снимки экрана расширения
Скачать файл CRX расширения Accurate Meat & Dairy Descriptions
Скачайте файлы расширений Accurate Meat & Dairy Descriptions в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
AMDD is a silly chrome extension which replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow". May be enlightening for people who still like to eat dead animals :D Select hardcore mode if you want the unvarnished truth. (e.g. "Dead Cow Baby That Cried Out For His Mother")
Основная информация о расширении
Название | |
ID | cjbahjeialnkeelkldjaaimdloclffje |
Официальный URL | https://chromewebstore.google.com/detail/accurate-meat-dairy-descr/cjbahjeialnkeelkldjaaimdloclffje |
Описание | Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow". |
Размер файла | 9.47 KB |
Количество установок | 20 |
Текущая Версия | 1.1 |
Последнее Обновление | 2017-08-12 |
Дата публикации | 2017-08-12 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | https://jmcooper.net |
Тип оплаты | free |
Официальный сайт расширения | https://jmcooper.net |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Accurate Meat & Dairy Descriptions", "description": "Replaces words relating to meat and dairy with more accurate descriptions - e.g. \"Veal\" becomes \"Dead Baby Cow\".", "options_page": "options.html", "short_name": "AMDD", "version": "1.1", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage" ], "icons": { "128": "AMDD-Logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |