Related Factchecks

Get a factcheck for the content of the current page

Co to jest Related Factchecks?

Related Factchecks to rozszerzenie Chrome opracowane przez Sreya Guha, a jego główną funkcją jest „Get a factcheck for the content of the current page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Related Factchecks

Pobierz pliki rozszerzeń Related Factchecks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Related Factchecks Related Factchecks
ID pjnnnfnhoneiiiibkdbjhkafnpodgnin
Oficjalny URL https://chrome.google.com/webstore/detail/related-factchecks/pjnnnfnhoneiiiibkdbjhkafnpodgnin
Opis Get a factcheck for the content of the current page
Rozmiar pliku 486 KB
Liczba instalacji 33
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2017-10-26
Data Publikacji 2017-10-26
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Sreya Guha
Typ Płatności free
Strona Rozszerzenia http://relatedfactchecks.appspot.com
Obsługiwane Języki 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
}