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
公式URL 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
    }
}