humanize
Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
humanizeとは何ですか?
humanizeはhttps://www.peterphalen.comによって開発されたChromeの拡張機能で、その主な機能は「Replaces words that are predictably used to dehumanize people with different words that are more humanizing.」です。
拡張機能のスクリーンショット
humanize拡張機能のCRXファイルをダウンロード
humanize拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
We currently support illegal aliens, dangerous/organized thugs, and welfare queens.
拡張機能の基本情報
名前 | humanize |
ID | ckgiiaehnngpfmcnjmlmpedkkfnedmil |
公式URL | https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil |
説明 | Replaces words that are predictably used to dehumanize people with different words that are more humanizing. |
ファイルサイズ | 12.45 KB |
インストール数 | 93 |
現在のバージョン | 0.75.4 |
最終更新日 | 2016-08-10 |
公開日 | 2016-08-10 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://www.peterphalen.com |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/peterphalen/humanize/blob/master/README.md |
対応言語 | 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" } ] } |