Vetted Launcher

AI Powered Fact Checking

Vetted Launcher क्या है?

Vetted Launcher willt.edwards द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI Powered Fact Checking"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vetted Launcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}