humanize
Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
¿Qué es humanize?
humanize es una extensión de Chrome desarrollada por https://www.peterphalen.com, y su función principal es "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión humanize
Descarga archivos de extensión humanize en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
We currently support illegal aliens, dangerous/organized thugs, and welfare queens.
Información Básica de la Extensión
Nombre | humanize |
ID | ckgiiaehnngpfmcnjmlmpedkkfnedmil |
URL Oficial | https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil |
Descripción | Replaces words that are predictably used to dehumanize people with different words that are more humanizing. |
Tamaño del Archivo | 12.45 KB |
Cantidad de Instalaciones | 93 |
Versión Actual | 0.75.4 |
Última Actualización | 2016-08-10 |
Fecha de Publicación | 2016-08-10 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://www.peterphalen.com |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/peterphalen/humanize/blob/master/README.md |
Idiomas Soportados | 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" } ] } |