Fallacy Review
Automatically highlight logical fallacies on Twitter
Fallacy Review क्या है?
Fallacy Review https://fallacy.review द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically highlight logical fallacies on Twitter"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fallacy Review एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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" } } |