Related Factchecks

Get a factcheck for the content of the current page

What is Related Factchecks?

Related Factchecks is a Chrome extension developed by Sreya Guha, and its main feature is "Get a factcheck for the content of the current page".

Extension Screenshots

screenshot

Download Related Factchecks Extension CRX File

Download Related Factchecks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Related Factchecks Related Factchecks
ID pjnnnfnhoneiiiibkdbjhkafnpodgnin
Official URL https://chrome.google.com/webstore/detail/related-factchecks/pjnnnfnhoneiiiibkdbjhkafnpodgnin
Description Get a factcheck for the content of the current page
File Size 486 KB
Installation Count 33
Current Version 1.0.3
Last Updated 2017-10-26
Publish Date 2017-10-26
Rating 5.00/5 Total 1 Ratings
Developer Sreya Guha
Payment Type free
Extension Website http://relatedfactchecks.appspot.com
Supported Languages 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
}