Related Factchecks

Get a factcheck for the content of the current page

Hvad er Related Factchecks?

Related Factchecks er en Chrome-udvidelse udviklet af Sreya Guha, og dens hovedfunktion er "Get a factcheck for the content of the current page".

Udvidelsesskærmbilleder

screenshot

Download Related Factchecks-udvidelses-CRX-fil

Download Related Factchecks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Related Factchecks Related Factchecks
ID pjnnnfnhoneiiiibkdbjhkafnpodgnin
Officiel URL https://chrome.google.com/webstore/detail/related-factchecks/pjnnnfnhoneiiiibkdbjhkafnpodgnin
Beskrivelse Get a factcheck for the content of the current page
Filstørrelse 486 KB
Antal Installationer 33
Nuværende Version 1.0.3
Senest Opdateret 2017-10-26
Udgivelsesdato 2017-10-26
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Sreya Guha
Betalingsmetode free
Udvidelseswebsted http://relatedfactchecks.appspot.com
Understøttede Sprog 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
}