Fallacy Review

Automatically highlight logical fallacies on Twitter

Fallacy Review là gì?

Fallacy Review là một tiện ích mở rộng Chrome được phát triển bởi https://fallacy.review, và tính năng chính của nó là "Automatically highlight logical fallacies on Twitter".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fallacy Review

Tải xuống các tệp mở rộng Fallacy Review dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 ✨                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fallacy Review Fallacy Review
ID apjhfnampcpdkbegbmeadgcadnipdkin
URL Chính Thức https://chromewebstore.google.com/detail/fallacy-review/apjhfnampcpdkbegbmeadgcadnipdkin
Mô tả Automatically highlight logical fallacies on Twitter
Kích Thước Tệp 32.23 KB
Số Lần Cài Đặt 232
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2023-04-26
Ngày Phát Hành 2023-04-25
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://fallacy.review
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fallacy.review
URL Trang Chính Sách Bảo Mật https://autocomplete.live/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}