Related Factchecks

Get a factcheck for the content of the current page

Wat is Related Factchecks?

Related Factchecks is een Chrome-extensie ontwikkeld door Sreya Guha, en de belangrijkste functie is "Get a factcheck for the content of the current page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Related Factchecks

Download Related Factchecks-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

                        Do you suspect that the article you are reading is fake news? Use this extension to quickly find fact checks that may be related to this article.                    

Basisinformatie over de Extensie

Naam Related Factchecks Related Factchecks
ID pjnnnfnhoneiiiibkdbjhkafnpodgnin
Officiële URL https://chrome.google.com/webstore/detail/related-factchecks/pjnnnfnhoneiiiibkdbjhkafnpodgnin
Beschrijving Get a factcheck for the content of the current page
Bestandsgrootte 486 KB
Aantal Installaties 33
Huidige Versie 1.0.3
Laatst Bijgewerkt 2017-10-26
Publicatiedatum 2017-10-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Sreya Guha
Betalingswijze free
Extensiewebsite http://relatedfactchecks.appspot.com
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Related Factchecks",
    "short_name": "RFC",
    "description": "Get a factcheck for the content of the current page",
    "version": "1.0.3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "rfclogo2.png",
        "default_title": "Related factchecks"
    },
    "manifest_version": 2
}