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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |