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 |
| 官方網址 | 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"
}
]
} | |