Vetted Launcher

AI Powered Fact Checking

O que é Vetted Launcher?

Vetted Launcher é uma extensão do Chrome desenvolvida por willt.edwards, e sua principal característica é "AI Powered Fact Checking".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Vetted Launcher

Baixe arquivos de extensão Vetted Launcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Vetted Launcher Vetted Launcher
ID fhonhdflkbgigofpohogckdeebpgjjcf
URL Oficial https://chromewebstore.google.com/detail/vetted-launcher/fhonhdflkbgigofpohogckdeebpgjjcf
Descrição AI Powered Fact Checking
Tamanho do Arquivo 25.88 MB
Contagem de Instalações 54
Versão Atual 1.0.0
Última Atualização 2022-10-07
Data de Publicação 2022-10-07
Desenvolvedor willt.edwards
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}