What's True Online?

Fact-check the Internet

Wat is What's True Online??

What's True Online? is een Chrome-extensie ontwikkeld door https://whatstrue.online, en de belangrijkste functie is "Fact-check the Internet".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie What's True Online?

Download What's True Online?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam What's True Online? What's True Online?
ID limdakdhlgbfpefnajkeedhakljnihif
Officiële URL https://chromewebstore.google.com/detail/whats-true-online/limdakdhlgbfpefnajkeedhakljnihif
Beschrijving Fact-check the Internet
Bestandsgrootte 42.34 KB
Aantal Installaties 62
Huidige Versie 1.0.4
Laatst Bijgewerkt 2017-02-16
Publicatiedatum 2017-02-16
Ontwikkelaar https://whatstrue.online
Betalingswijze free
Ondersteunde Talen 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
    }
}