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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
}