humanize
Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
Cos'è humanize?
humanize è un'estensione di Chrome sviluppata da https://www.peterphalen.com, e la sua funzione principale è "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione humanize
Scarica i file di estensione humanize in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
We currently support illegal aliens, dangerous/organized thugs, and welfare queens. Informazioni di Base sull'Estensione
| Nome | |
| ID | ckgiiaehnngpfmcnjmlmpedkkfnedmil |
| URL Ufficiale | https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil |
| Descrizione | Replaces words that are predictably used to dehumanize people with different words that are more humanizing. |
| Dimensione del File | 12.45 KB |
| Conteggio Installazioni | 93 |
| Versione Corrente | 0.75.4 |
| Ultimo Aggiornamento | 2016-08-10 |
| Data di Pubblicazione | 2016-08-10 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://www.peterphalen.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/peterphalen/humanize/blob/master/README.md |
| Lingue Supportate | 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"
}
]
} | |