humanize
Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
Co je humanize?
humanize je rozšíření Chrome vyvinuté https://www.peterphalen.com, a jeho hlavní funkcí je „Replaces words that are predictably used to dehumanize people with different words that are more humanizing.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření humanize
Stáhněte si soubory rozšíření humanize ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
We currently support illegal aliens, dangerous/organized thugs, and welfare queens.
Základní Informace o Rozšíření
Název | humanize |
ID | ckgiiaehnngpfmcnjmlmpedkkfnedmil |
Oficiální URL | https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil |
Popis | Replaces words that are predictably used to dehumanize people with different words that are more humanizing. |
Velikost souboru | 12.45 KB |
Počet instalací | 93 |
Aktuální Verze | 0.75.4 |
Poslední Aktualizace | 2016-08-10 |
Datum Vydání | 2016-08-10 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://www.peterphalen.com |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/peterphalen/humanize/blob/master/README.md |
Podporované Jazyky | 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" } ] } |