What's True Online?

Fact-check the Internet

什麼是What's True Online??

What's True Online?是由https://whatstrue.online開發的Chrome擴展程式,該擴展的主要功能是“Fact-check the Internet”。

擴展截圖

screenshot

下載What's True Online?擴展crx文件

下載What's True Online?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 What's True Online? What's True Online?
ID limdakdhlgbfpefnajkeedhakljnihif
官方網址 https://chromewebstore.google.com/detail/whats-true-online/limdakdhlgbfpefnajkeedhakljnihif
簡介 Fact-check the Internet
檔案大小 42.34 KB
安裝次數 62
目前版本 1.0.4
更新時間 2017-02-16
上架時間 2017-02-16
開發者 https://whatstrue.online
付費類型 free
支援的語言 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
    }
}