120 Lies: Fact-Check Amalgamator
Flags 120 previously fact-checked false or misleading statements
什么是120 Lies: Fact-Check Amalgamator?
120 Lies: Fact-Check Amalgamator是由One Who Tinkers开发的Chrome扩展程序,该扩展的主要功能是“Flags 120 previously fact-checked false or misleading statements”。
扩展截图
下载120 Lies: Fact-Check Amalgamator扩展crx文件
下载120 Lies: Fact-Check Amalgamator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Statements found from Snopes, PolitiFact, FactCheck.org, and more. Mostly political, mostly USA-related, some urban legends.
Believing falsehoods is a problem that spans political parties. All statements with sources: goo.gl/zmoY7V.
If you think more should be added, suggest statements with sources via the "Support" tab, email me at [email protected], or message me with a note at linkedin.com/in/fullofideas/ 扩展基本信息
| 名称 | |
| ID | jkhkjbehpofkeoligeeepllnbikenimh |
| 官方URL | https://chromewebstore.google.com/detail/120-lies-fact-check-amalg/jkhkjbehpofkeoligeeepllnbikenimh |
| 简介 | Flags 120 previously fact-checked false or misleading statements |
| 文件大小 | 21.54 KB |
| 安装次数 | 79 |
| 当前版本 | 1.20009 |
| 更新时间 | 2018-04-09 |
| 上架时间 | 2018-04-09 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | One Who Tinkers |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "120 Lies: Fact-Check Amalgamator",
"description": "Flags 120 previously fact-checked false or misleading statements",
"version": "1.20009",
"browser_action": {
"default_icon": "icons\/128.png"
},
"icons": {
"128": "icons\/128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/content.js"
],
"run_at": "document_end"
}
]
} | |