What's True Online?

Fact-check the Internet

What's True Online? là gì?

What's True Online? là một tiện ích mở rộng Chrome được phát triển bởi https://whatstrue.online, và tính năng chính của nó là "Fact-check the Internet".

Ả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 What's True Online?

Tải xuống các tệp mở rộng What's True Online? 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

                        See if what you're reading is true!

This plugin will check stories in your Facebook feed, and inject [True] for stories that have been fact-checked and found to be true, [Likely True] for sites that demonstrate a clear duty to the truth, [Likely False] for sites that are known to lie, etc.

More: https://whatstrue.online/about                    

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

Tên What's True Online? What's True Online?
ID limdakdhlgbfpefnajkeedhakljnihif
URL Chính Thức https://chromewebstore.google.com/detail/whats-true-online/limdakdhlgbfpefnajkeedhakljnihif
Mô tả Fact-check the Internet
Kích Thước Tệp 42.34 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2017-02-16
Ngày Phát Hành 2017-02-16
Nhà Phát Triển https://whatstrue.online
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What's True Online?",
    "description": "Fact-check the Internet",
    "version": "1.0.4",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/www.facebook.com\/",
        "https:\/\/whatstrue.online\/url\/check"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "facebook.css"
            ],
            "js": [
                "facebook.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "buttonword.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "whatstrue.js"
        ],
        "persistent": false
    }
}