humanize
Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
O que é humanize?
humanize é uma extensão do Chrome desenvolvida por https://www.peterphalen.com, e sua principal característica é "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão humanize
Baixe arquivos de extensão humanize no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
We currently support illegal aliens, dangerous/organized thugs, and welfare queens.
Informações Básicas da Extensão
Nome | humanize |
ID | ckgiiaehnngpfmcnjmlmpedkkfnedmil |
URL Oficial | https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil |
Descrição | Replaces words that are predictably used to dehumanize people with different words that are more humanizing. |
Tamanho do Arquivo | 12.45 KB |
Contagem de Instalações | 93 |
Versão Atual | 0.75.4 |
Última Atualização | 2016-08-10 |
Data de Publicação | 2016-08-10 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://www.peterphalen.com |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/peterphalen/humanize/blob/master/README.md |
Idiomas Suportados | 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" } ] } |