HealthGuard

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

O que é HealthGuard?

HealthGuard é uma extensão do Chrome desenvolvida por https://newsguardtech.com, e sua principal característica é "HealthGuard's ratings help users know which health news and medical information websites to trust.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão HealthGuard

Baixe arquivos de extensão HealthGuard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome HealthGuard HealthGuard
ID knlelidgogdfmalphlgfhmgikbnbhgil
URL Oficial https://chromewebstore.google.com/detail/healthguard/knlelidgogdfmalphlgfhmgikbnbhgil
Descrição HealthGuard's ratings help users know which health news and medical information websites to trust.
Tamanho do Arquivo 1.51 MB
Contagem de Instalações 1,360
Versão Atual 4.3.0
Última Atualização 2022-08-19
Data de Publicação 2020-08-29
Classificação 4.76/5 Total de 17 Avaliações
Desenvolvedor https://newsguardtech.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.newsguardtech.com/welcome-to-healthguard/
URL da Página de Ajuda https://www.newsguardtech.com/customer-support/
URL da Página de Política de Privacidade https://www.newsguardtech.com/privacy-policy
Idiomas Suportados 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"
            ]
        }
    ]
}