Vetted Launcher

AI Powered Fact Checking

什么是Vetted Launcher?

Vetted Launcher是由willt.edwards开发的Chrome扩展程序,该扩展的主要功能是“AI Powered Fact Checking”。

扩展截图

screenshot

下载Vetted Launcher扩展crx文件

下载Vetted Launcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Vetted Launcher Vetted Launcher
ID fhonhdflkbgigofpohogckdeebpgjjcf
官方URL https://chromewebstore.google.com/detail/vetted-launcher/fhonhdflkbgigofpohogckdeebpgjjcf
简介 AI Powered Fact Checking
文件大小 25.88 MB
安装次数 54
当前版本 1.0.0
更新时间 2022-10-07
上架时间 2022-10-07
开发者 willt.edwards
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}