Fallacy Review
Automatically highlight logical fallacies on Twitter
Fallacy Reviewคืออะไร?
Fallacy Review เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fallacy.review และคุณลักษณะหลักของมันคือ "Automatically highlight logical fallacies on Twitter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fallacy Review
ดาวน์โหลดไฟล์ส่วนขยาย Fallacy Review ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Misinformation is hard to determine. Poor reasoning is very easy to detect. Imagine if you could have a smart assistant read your Twitter feed with you, and instantly point out flawed reasoning that people might have. That is what fallacy.review is. Just Turn it on as soon as you download it, and it will start working its magic ✨
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fallacy Review |
ID | apjhfnampcpdkbegbmeadgcadnipdkin |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fallacy-review/apjhfnampcpdkbegbmeadgcadnipdkin |
คำอธิบาย | Automatically highlight logical fallacies on Twitter |
ขนาดไฟล์ | 32.23 KB |
จำนวนการติดตั้ง | 232 |
เวอร์ชันปัจจุบัน | 0.1.3 |
อัปเดตครั้งล่าสุด | 2023-04-26 |
วันที่เผยแพร่ | 2023-04-25 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://fallacy.review |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://fallacy.review |
URL หน้านโยบายความเป็นส่วนตัว | https://autocomplete.live/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fallacy Review", "version": "0.1.3", "description": "Automatically highlight logical fallacies on Twitter", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "scripts.js" ], "css": [ "style.css" ] } ], "icons": { "16": "assets\/16x16px.png", "48": "assets\/48x48px.png", "128": "assets\/128x128px.png" }, "action": { "default_icon": "\/assets\/48x48px.png", "default_popup": "popup.html", "default_title": "Toggle My Extension" } } |