HealthGuard

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

Was ist HealthGuard?

HealthGuard ist eine Chrome-Erweiterung, die von https://newsguardtech.com entwickelt wurde, und ihr Hauptmerkmal ist "HealthGuard's ratings help users know which health news and medical information websites to trust.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

HealthGuard-Erweiterungs-CRX-Datei herunterladen

Laden Sie HealthGuard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name HealthGuard HealthGuard
ID knlelidgogdfmalphlgfhmgikbnbhgil
Offizielle URL https://chromewebstore.google.com/detail/healthguard/knlelidgogdfmalphlgfhmgikbnbhgil
Beschreibung HealthGuard's ratings help users know which health news and medical information websites to trust.
Dateigröße 1.51 MB
Installationsanzahl 1,360
Aktuelle Version 4.3.0
Letztes Update 2022-08-19
Veröffentlichungsdatum 2020-08-29
Bewertung 4.76/5 Insgesamt 17 Bewertungen
Entwickler https://newsguardtech.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.newsguardtech.com/welcome-to-healthguard/
Hilfeseite URL https://www.newsguardtech.com/customer-support/
URL der Datenschutzrichtlinien-Seite https://www.newsguardtech.com/privacy-policy
Unterstützte Sprachen 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"
            ]
        }
    ]
}