V.A.L.I.D. | The University of Iowa

Rate the credibility of online news using five essential criteria.

What is V.A.L.I.D. | The University of Iowa?

V.A.L.I.D. | The University of Iowa is a Chrome extension developed by uivalidtool, and its main feature is "Rate the credibility of online news using five essential criteria.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download V.A.L.I.D. | The University of Iowa Extension CRX File

Download V.A.L.I.D. | The University of Iowa extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The VALID tool is for rating online content as a reliable source of information. A University of Iowa user account is required. This tool will be used in certain university classes.                    

Extension Basic Information

Name V.A.L.I.D. | The University of Iowa V.A.L.I.D. | The University of Iowa
ID pmegapnmmcdpokijelnmlohfhlalfpco
Official URL https://chromewebstore.google.com/detail/valid-the-university-of-i/pmegapnmmcdpokijelnmlohfhlalfpco
Description Rate the credibility of online news using five essential criteria.
File Size 2.74 MB
Installation Count 103
Current Version 1.1.21
Last Updated 2021-10-18
Publish Date 2021-10-03
Developer uivalidtool
Email [email protected]
Payment Type free
Extension Website https://www.uiowa.edu
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "V.A.L.I.D. | The University of Iowa",
    "version": "1.1.21",
    "description": "Rate the credibility of online news using five essential criteria.",
    "icons": {
        "16": "assets\/images\/brand\/favicon-16x16.png",
        "48": "assets\/images\/brand\/favicon-32x32.png",
        "128": "assets\/images\/brand\/favicon-96x96.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "activeTab",
        "identity",
        "storage",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js",
            "runtime.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "runtime.js",
                "assets\/chrome-ext\/jquery-3.6.0.min.js",
                "assets\/chrome-ext\/jquery-ui.min.js",
                "content-script.js"
            ],
            "css": [
                "assets\/chrome-ext\/jquery-ui.min.css",
                "assets\/chrome-ext\/jquery-ui.structure.min.css",
                "assets\/chrome-ext\/jquery-ui.theme.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "index.html",
        "images\/*"
    ],
    "browser_action": {
        "default_popup": "index.html"
    }
}