Related Factchecks

Get a factcheck for the content of the current page

Vad är Related Factchecks?

Related Factchecks är en Chrome-tillägg utvecklad av Sreya Guha, och dess huvudfunktion är "Get a factcheck for the content of the current page".

Tilläggsskärmbilder

screenshot

Ladda ner Related Factchecks-förlängningens CRX-fil

Ladda ner Related Factchecks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Related Factchecks Related Factchecks
ID pjnnnfnhoneiiiibkdbjhkafnpodgnin
Officiell webbadress https://chrome.google.com/webstore/detail/related-factchecks/pjnnnfnhoneiiiibkdbjhkafnpodgnin
Beskrivning Get a factcheck for the content of the current page
Filstorlek 486 KB
Antal Installationer 33
Aktuell Version 1.0.3
Senast Uppdaterad 2017-10-26
Publiceringsdatum 2017-10-26
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Sreya Guha
Betalningssätt free
Tilläggswebbplats http://relatedfactchecks.appspot.com
Stödda Språk 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
}