BENEDMO fact-check finder

Find Flemish/Dutch fact-checks from any web page or highlighted text

Co je BENEDMO fact-check finder?

BENEDMO fact-check finder je rozšíření Chrome vyvinuté bellingcat, a jeho hlavní funkcí je „Find Flemish/Dutch fact-checks from any web page or highlighted text“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření BENEDMO fact-check finder

Stáhněte si soubory rozšíření BENEDMO fact-check finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Find relevant fact-checks for online content by selecting a piece of text, right-clicking it and exploring the most relevant results.  


This project is funded by the European Union under contract number: INEA/CEF/ICT/A2020/2381738.
Dit project is gefinancierd door de Europese Unie onder overeenkomstnummer: INEA/CEF/ICT/A2020/2381738.                    

Základní Informace o Rozšíření

Název BENEDMO fact-check finder BENEDMO fact-check finder
ID fnokmioemkmfcaieceahnjgjkhhldgjo
Oficiální URL https://chromewebstore.google.com/detail/benedmo-fact-check-finder/fnokmioemkmfcaieceahnjgjkhhldgjo
Popis Find Flemish/Dutch fact-checks from any web page or highlighted text
Velikost souboru 24.74 KB
Počet instalací 306
Aktuální Verze 0.0.1
Poslední Aktualizace 2022-11-08
Datum Vydání 2022-08-30
Vývojář bellingcat
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BENEDMO fact-check finder",
    "version": "0.0.1",
    "description": "Find Flemish\/Dutch fact-checks from any web page or highlighted text",
    "homepage_url": "https:\/\/github.com\/benedmo\/fact-check-finder",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "100.0"
        }
    },
    "icons": {
        "128": "icon.a85209a1.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.adb3a89c.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.9274f415.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/results.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}