What's True Online?

Fact-check the Internet

Co je What's True Online??

What's True Online? je rozšíření Chrome vyvinuté https://whatstrue.online, a jeho hlavní funkcí je „Fact-check the Internet“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření What's True Online?

Stáhněte si soubory rozšíření What's True Online? ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název What's True Online? What's True Online?
ID limdakdhlgbfpefnajkeedhakljnihif
Oficiální URL https://chromewebstore.google.com/detail/whats-true-online/limdakdhlgbfpefnajkeedhakljnihif
Popis Fact-check the Internet
Velikost souboru 42.34 KB
Počet instalací 62
Aktuální Verze 1.0.4
Poslední Aktualizace 2017-02-16
Datum Vydání 2017-02-16
Vývojář https://whatstrue.online
Typ Platby free
Podporované Jazyky 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
    }
}