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