HealthGuard

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

什么是HealthGuard?

HealthGuard是由https://newsguardtech.com开发的Chrome扩展程序,该扩展的主要功能是“HealthGuard's ratings help users know which health news and medical information websites to trust.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载HealthGuard扩展crx文件

下载HealthGuard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 HealthGuard HealthGuard
ID knlelidgogdfmalphlgfhmgikbnbhgil
官方URL https://chromewebstore.google.com/detail/healthguard/knlelidgogdfmalphlgfhmgikbnbhgil
简介 HealthGuard's ratings help users know which health news and medical information websites to trust.
文件大小 1.51 MB
安装次数 1,360
当前版本 4.3.0
更新时间 2022-08-19
上架时间 2020-08-29
评分 4.76/5 共17次评分
开发者 https://newsguardtech.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.newsguardtech.com/welcome-to-healthguard/
帮助页面URL https://www.newsguardtech.com/customer-support/
隐私政策页面URL https://www.newsguardtech.com/privacy-policy
支持的语言 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"
            ]
        }
    ]
}