120 Lies: Fact-Check Amalgamator
Flags 120 previously fact-checked false or misleading statements
120 Lies: Fact-Check Amalgamatorคืออะไร?
120 Lies: Fact-Check Amalgamator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย One Who Tinkers และคุณลักษณะหลักของมันคือ "Flags 120 previously fact-checked false or misleading statements"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 120 Lies: Fact-Check Amalgamator
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
]
} | |