HealthGuard

HealthGuard's ratings help users know which health news and medical information websites to trust.

What is HealthGuard?

HealthGuard is a Chrome extension developed by https://newsguardtech.com, and its main feature is "HealthGuard's ratings help users know which health news and medical information websites to trust.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download HealthGuard Extension CRX File

Download HealthGuard 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

                        HealthGuard, a service of NewsGuard, helps you identify trustworthy sources of health news and information as you browse the web — and warns you when you encounter links to sites with unreliable health or medical information.

A team of trained HealthGuard analysts has reviewed and rated hundreds of health and medical news and information sites, assessing each site based on nine journalistic criteria. Generally credible sites get a “Green” rating, meaning they adhere to basic standards of accuracy and transparency. Sites that publish health misinformation such as unproven treatments or bogus medical studies are flagged with a “Red” rating, meaning you should read them with a grain of salt.
 
Even if you find information on health sites that HealthGuard has identified as generally trustworthy, it’s always a good idea to talk to your doctor about any issues, rather than trusting information you find online. Even accurate information may apply differently to different patients, and there’s no substitute for years of medical training and expertise. The internet should not be your doctor, and neither is HealthGuard.
 
Instead, think of HealthGuard as a trusty sidekick to keep you away from untrustworthy health advice, and to point you toward more trustworthy sources, as you browse the web. 
 
HealthGuard is for personal use only. Any commercial use of HealthGuard is strictly prohibited by the NewsGuard Terms of Service.

https://www.newsguardtech.com/terms-of-service/                    

Extension Basic Information

Name HealthGuard HealthGuard
ID knlelidgogdfmalphlgfhmgikbnbhgil
Official URL https://chromewebstore.google.com/detail/healthguard/knlelidgogdfmalphlgfhmgikbnbhgil
Description HealthGuard's ratings help users know which health news and medical information websites to trust.
File Size 1.51 MB
Installation Count 1,360
Current Version 4.3.0
Last Updated 2022-08-19
Publish Date 2020-08-29
Rating 4.76/5 Total 17 Ratings
Developer https://newsguardtech.com
Email [email protected]
Payment Type free
Extension Website https://www.newsguardtech.com/welcome-to-healthguard/
Help Page URL https://www.newsguardtech.com/customer-support/
Privacy Policy Page URL https://www.newsguardtech.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "short_name": "HealthGuard",
    "author": "NewsGuard",
    "name": "HealthGuard",
    "description": "HealthGuard's ratings help users know which health news and medical information websites to trust.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "HealthGuard"
    },
    "version": "4.3.0",
    "icons": {
        "16": ".\/assets\/icons\/png\/NewsGuard_Shield_16.png",
        "48": ".\/assets\/icons\/png\/NewsGuard_Shield_48.png",
        "128": ".\/assets\/icons\/png\/NewsGuard_Shield_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "static\/js\/background.bundle.healthguard.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/content.bundle.healthguard.js"
            ]
        }
    ]
}