Vetted Launcher

AI Powered Fact Checking

Vetted Launcher란 무엇입니까?

Vetted Launcher은(는) willt.edwards에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI Powered Fact Checking"입니다.

확장 프로그램 스크린샷

screenshot

Vetted Launcher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}