Related Factchecks

Get a factcheck for the content of the current page

Related Factchecks là gì?

Related Factchecks là một tiện ích mở rộng Chrome được phát triển bởi Sreya Guha, và tính năng chính của nó là "Get a factcheck for the content of the current page".

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

screenshot

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

Tải xuống các tệp mở rộng Related Factchecks 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

                        Do you suspect that the article you are reading is fake news? Use this extension to quickly find fact checks that may be related to this article.                    

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

Tên Related Factchecks Related Factchecks
ID pjnnnfnhoneiiiibkdbjhkafnpodgnin
URL Chính Thức https://chrome.google.com/webstore/detail/related-factchecks/pjnnnfnhoneiiiibkdbjhkafnpodgnin
Mô tả Get a factcheck for the content of the current page
Kích Thước Tệp 486 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2017-10-26
Ngày Phát Hành 2017-10-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Sreya Guha
Loại Thanh Toán free
Trang Web Mở Rộng http://relatedfactchecks.appspot.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Related Factchecks",
    "short_name": "RFC",
    "description": "Get a factcheck for the content of the current page",
    "version": "1.0.3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "rfclogo2.png",
        "default_title": "Related factchecks"
    },
    "manifest_version": 2
}