Related Factchecks

Get a factcheck for the content of the current page

ما هو Related Factchecks؟

Related Factchecks هو إضافة Chrome تم تطويرها بواسطة Sreya Guha، والميزة الرئيسية لها هي "Get a factcheck for the content of the current page".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Related Factchecks

قم بتنزيل ملفات الامتداد Related Factchecks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}