humanize
Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
Что такое humanize?
humanize - это расширение Chrome, разработанное https://www.peterphalen.com, и его основная функция - "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.".
Снимки экрана расширения
Скачать файл CRX расширения humanize
Скачайте файлы расширений humanize в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
We currently support illegal aliens, dangerous/organized thugs, and welfare queens.
Основная информация о расширении
Название | humanize |
ID | ckgiiaehnngpfmcnjmlmpedkkfnedmil |
Официальный URL | https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil |
Описание | Replaces words that are predictably used to dehumanize people with different words that are more humanizing. |
Размер файла | 12.45 KB |
Количество установок | 93 |
Текущая Версия | 0.75.4 |
Последнее Обновление | 2016-08-10 |
Дата публикации | 2016-08-10 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | https://www.peterphalen.com |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/peterphalen/humanize/blob/master/README.md |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "humanize", "version": "0.75.4", "description": "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.", "author": "Peter L Phalen", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |