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"
}
]
} | |