humanize
Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
What is humanize?
humanize is a Chrome extension developed by https://www.peterphalen.com, and its main feature is "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.".
Extension Screenshots
Download humanize Extension CRX File
Download humanize extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
We currently support illegal aliens, dangerous/organized thugs, and welfare queens.
Extension Basic Information
Name | humanize |
ID | ckgiiaehnngpfmcnjmlmpedkkfnedmil |
Official URL | https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil |
Description | Replaces words that are predictably used to dehumanize people with different words that are more humanizing. |
File Size | 12.45 KB |
Installation Count | 93 |
Current Version | 0.75.4 |
Last Updated | 2016-08-10 |
Publish Date | 2016-08-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.peterphalen.com |
Payment Type | free |
Extension Website | https://github.com/peterphalen/humanize/blob/master/README.md |
Supported Languages | 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" } ] } |