Do I Sound Like a Nazi?
Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.
Do I Sound Like a Nazi?とは何ですか?
Do I Sound Like a Nazi?はLiv Landauによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.」です。
拡張機能のスクリーンショット
Do I Sound Like a Nazi?拡張機能のCRXファイルをダウンロード
Do I Sound Like a Nazi?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome extension replaces the text 'Muslim' with 'Jew' so you can decide whether or not what you're reading about Muslims sounds like something a Nazi would have said about Jews. 拡張機能の基本情報
| 名前 | |
| ID | dbhfbchkgfpkjljghlmnbdbgflhdpohg |
| 公式URL | https://chromewebstore.google.com/detail/do-i-sound-like-a-nazi/dbhfbchkgfpkjljghlmnbdbgflhdpohg |
| 説明 | Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish. |
| ファイルサイズ | 20.6 KB |
| インストール数 | 60 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2015-12-08 |
| 公開日 | 2015-12-07 |
| 評価 | 3.40/5 合計 5 レビュー |
| 開発者 | Liv Landau |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Do I Sound Like a Nazi?",
"description": "Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.",
"version": "1.1",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |