Related Factchecks

Get a factcheck for the content of the current page

Apa itu Related Factchecks?

Related Factchecks adalah ekstensi Chrome yang dikembangkan oleh Sreya Guha, dan fitur utamanya adalah "Get a factcheck for the content of the current page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Related Factchecks

Unduh file ekstensi Related Factchecks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Related Factchecks Related Factchecks
ID pjnnnfnhoneiiiibkdbjhkafnpodgnin
URL Resmi https://chrome.google.com/webstore/detail/related-factchecks/pjnnnfnhoneiiiibkdbjhkafnpodgnin
Deskripsi Get a factcheck for the content of the current page
Ukuran File 486 KB
Jumlah Instalasi 33
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2017-10-26
Tanggal Publikasi 2017-10-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Sreya Guha
Tipe Pembayaran free
Situs Ekstensi http://relatedfactchecks.appspot.com
Bahasa yang Didukung 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
}