HealthGuard

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

Qu'est-ce que HealthGuard ?

HealthGuard est une extension Chrome développée par https://newsguardtech.com, et sa fonction principale est "HealthGuard's ratings help users know which health news and medical information websites to trust.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension HealthGuard

Téléchargez les fichiers d'extension HealthGuard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom HealthGuard HealthGuard
ID knlelidgogdfmalphlgfhmgikbnbhgil
URL Officiel https://chromewebstore.google.com/detail/healthguard/knlelidgogdfmalphlgfhmgikbnbhgil
Description HealthGuard's ratings help users know which health news and medical information websites to trust.
Taille du Fichier 1.51 MB
Nombre d'Installations 1,360
Version Actuelle 4.3.0
Dernière Mise à Jour 2022-08-19
Date de Publication 2020-08-29
Évaluation 4.76/5 Total 17 Évaluations
Développeur https://newsguardtech.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.newsguardtech.com/welcome-to-healthguard/
URL de la Page d'Aide https://www.newsguardtech.com/customer-support/
URL de la Page de Politique de Confidentialité https://www.newsguardtech.com/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}