humanize
Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
Qu'est-ce que humanize ?
humanize est une extension Chrome développée par https://www.peterphalen.com, et sa fonction principale est "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension humanize
Téléchargez les fichiers d'extension humanize au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
We currently support illegal aliens, dangerous/organized thugs, and welfare queens.
Informations de Base sur l'Extension
Nom | humanize |
ID | ckgiiaehnngpfmcnjmlmpedkkfnedmil |
URL Officiel | https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil |
Description | Replaces words that are predictably used to dehumanize people with different words that are more humanizing. |
Taille du Fichier | 12.45 KB |
Nombre d'Installations | 93 |
Version Actuelle | 0.75.4 |
Dernière Mise à Jour | 2016-08-10 |
Date de Publication | 2016-08-10 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://www.peterphalen.com |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/peterphalen/humanize/blob/master/README.md |
Langues Prises en Charge | 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" } ] } |