Related Factchecks

Get a factcheck for the content of the current page

¿Qué es Related Factchecks?

Related Factchecks es una extensión de Chrome desarrollada por Sreya Guha, y su función principal es "Get a factcheck for the content of the current page".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Related Factchecks

Descarga archivos de extensión Related Factchecks en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Related Factchecks Related Factchecks
ID pjnnnfnhoneiiiibkdbjhkafnpodgnin
URL Oficial https://chrome.google.com/webstore/detail/related-factchecks/pjnnnfnhoneiiiibkdbjhkafnpodgnin
Descripción Get a factcheck for the content of the current page
Tamaño del Archivo 486 KB
Cantidad de Instalaciones 33
Versión Actual 1.0.3
Última Actualización 2017-10-26
Fecha de Publicación 2017-10-26
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Sreya Guha
Tipo de Pago free
Sitio Web de la Extensión http://relatedfactchecks.appspot.com
Idiomas Soportados 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
}