humanize
Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
Hvad er humanize?
humanize er en Chrome-udvidelse udviklet af https://www.peterphalen.com, og dens hovedfunktion er "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.".
Udvidelsesskærmbilleder
Download humanize-udvidelses-CRX-fil
Download humanize-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
We currently support illegal aliens, dangerous/organized thugs, and welfare queens.
Grundlæggende oplysninger om udvidelsen
Navn | humanize |
ID | ckgiiaehnngpfmcnjmlmpedkkfnedmil |
Officiel URL | https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil |
Beskrivelse | Replaces words that are predictably used to dehumanize people with different words that are more humanizing. |
Filstørrelse | 12.45 KB |
Antal Installationer | 93 |
Nuværende Version | 0.75.4 |
Senest Opdateret | 2016-08-10 |
Udgivelsesdato | 2016-08-10 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://www.peterphalen.com |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/peterphalen/humanize/blob/master/README.md |
Understøttede Sprog | 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" } ] } |