humanize
Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
Wat is humanize?
humanize is een Chrome-extensie ontwikkeld door https://www.peterphalen.com, en de belangrijkste functie is "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.".
Extensie Screenshots
Download het CRX-bestand van de extensie humanize
Download humanize-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
We currently support illegal aliens, dangerous/organized thugs, and welfare queens. Basisinformatie over de Extensie
| Naam | |
| ID | ckgiiaehnngpfmcnjmlmpedkkfnedmil |
| Officiële URL | https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil |
| Beschrijving | Replaces words that are predictably used to dehumanize people with different words that are more humanizing. |
| Bestandsgrootte | 12.45 KB |
| Aantal Installaties | 93 |
| Huidige Versie | 0.75.4 |
| Laatst Bijgewerkt | 2016-08-10 |
| Publicatiedatum | 2016-08-10 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://www.peterphalen.com |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/peterphalen/humanize/blob/master/README.md |
| Ondersteunde Talen | 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"
}
]
} | |