Vetted Launcher

AI Powered Fact Checking

Co je Vetted Launcher?

Vetted Launcher je rozšíření Chrome vyvinuté willt.edwards, a jeho hlavní funkcí je „AI Powered Fact Checking“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Vetted Launcher

Stáhněte si soubory rozšíření Vetted Launcher 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í

                        The Vetted chrome-extension uses state-of-the-art artificial intelligence to fact-check some aspects of any article you wish to read. 
Vetted looks at every hyperlink in the article you are reading. Authors may use hyperlinks to back up their claims, but authors may also misrepresent the information contained in those hyperlinks. Embellishment, spin, sins of omission, and even outright fabrication do occur, however seldom in mainstream journalism.
Preliminary research using Vetted, has demonstrated that misrepresentation and missing context occurs more frequently in print journalism than one would hope.
Vetted takes care of the tedious fact-checking so you don't have to. Right now, our beta version of Vetted is available for free!                    

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

Název Vetted Launcher Vetted Launcher
ID fhonhdflkbgigofpohogckdeebpgjjcf
Oficiální URL https://chromewebstore.google.com/detail/vetted-launcher/fhonhdflkbgigofpohogckdeebpgjjcf
Popis AI Powered Fact Checking
Velikost souboru 25.88 MB
Počet instalací 54
Aktuální Verze 1.0.0
Poslední Aktualizace 2022-10-07
Datum Vydání 2022-10-07
Vývojář willt.edwards
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Vetted Launcher",
    "description": "AI Powered Fact Checking",
    "version": "1.0.0",
    "icons": {
        "128": "Vetted_logo128.png"
    },
    "action": {
        "default_icon": "Vettedicon.png",
        "default_popup": "Vetted_popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popper.js",
                "tippy.js",
                "content.js"
            ],
            "css": [
                "vetted.css"
            ]
        }
    ]
}