Related Factchecks

Get a factcheck for the content of the current page

Was ist Related Factchecks?

Related Factchecks ist eine Chrome-Erweiterung, die von Sreya Guha entwickelt wurde, und ihr Hauptmerkmal ist "Get a factcheck for the content of the current page".

Erweiterungsscreenshots

screenshot

Related Factchecks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Related Factchecks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Related Factchecks Related Factchecks
ID pjnnnfnhoneiiiibkdbjhkafnpodgnin
Offizielle URL https://chrome.google.com/webstore/detail/related-factchecks/pjnnnfnhoneiiiibkdbjhkafnpodgnin
Beschreibung Get a factcheck for the content of the current page
Dateigröße 486 KB
Installationsanzahl 33
Aktuelle Version 1.0.3
Letztes Update 2017-10-26
Veröffentlichungsdatum 2017-10-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Sreya Guha
Zahlungsart free
Erweiterungswebsite http://relatedfactchecks.appspot.com
Unterstützte Sprachen 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
}