Twitter Fact Check
This extension fact-checks your friends' tweets with a variety of news sources
Twitter Fact Checkคืออะไร?
Twitter Fact Check เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension fact-checks your friends' tweets with a variety of news sources"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Fact Check
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Fact Check ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension identifies political tweets and creates a dropdown list filled with relevant articles from the guardian. Extension also includes a search functionality to get new results.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitter Fact Check |
ID | knkgedhglgpdamdklbgoknjhmappdaoo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-fact-check/knkgedhglgpdamdklbgoknjhmappdaoo |
คำอธิบาย | This extension fact-checks your friends' tweets with a variety of news sources |
ขนาดไฟล์ | 667 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-05-01 |
วันที่เผยแพร่ | 2017-05-01 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "reload.js" ] }, "name": "Twitter Fact Check", "version": "1.0", "manifest_version": 2, "description": "This extension fact-checks your friends' tweets with a variety of news sources", "permissions": [ "webRequest", "tabs", "*:\/\/*.twitter.com\/*", "file:\/\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "response.js" ], "all_frames": true } ], "web_accessible_resources": [ "font-awesome-4.7.0\/css\/font-awesome.min.css", "*.ttf", "*.woff", "*.woff2", "*.png" ] } |