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
Eメール [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"
            ]
        }
    ]
}