Related Factchecks

Get a factcheck for the content of the current page

Related Factchecks क्या है?

Related Factchecks Sreya Guha द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get a factcheck for the content of the current page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Related Factchecks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Related Factchecks Related Factchecks
ID pjnnnfnhoneiiiibkdbjhkafnpodgnin
आधिकारिक URL https://chrome.google.com/webstore/detail/related-factchecks/pjnnnfnhoneiiiibkdbjhkafnpodgnin
विवरण Get a factcheck for the content of the current page
फ़ाइल का आकार 486 KB
स्थापना संख्या 33
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2017-10-26
प्रकाशन तिथि 2017-10-26
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Sreya Guha
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://relatedfactchecks.appspot.com
समर्थित भाषाएँ 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
}