humanize
Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
Vad är humanize?
humanize är en Chrome-tillägg utvecklad av https://www.peterphalen.com, och dess huvudfunktion är "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.".
Tilläggsskärmbilder
Ladda ner humanize-förlängningens CRX-fil
Ladda ner humanize-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
We currently support illegal aliens, dangerous/organized thugs, and welfare queens. Grundläggande Information om Tillägg
| Namn | |
| ID | ckgiiaehnngpfmcnjmlmpedkkfnedmil |
| Officiell webbadress | https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil |
| Beskrivning | Replaces words that are predictably used to dehumanize people with different words that are more humanizing. |
| Filstorlek | 12.45 KB |
| Antal Installationer | 93 |
| Aktuell Version | 0.75.4 |
| Senast Uppdaterad | 2016-08-10 |
| Publiceringsdatum | 2016-08-10 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://www.peterphalen.com |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/peterphalen/humanize/blob/master/README.md |
| Stödda Språk | 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"
}
]
} | |