NewsGuard

NewsGuard's ratings shields and labels help users know which news and information websites to trust.

NewsGuard란 무엇입니까?

NewsGuard은(는) https://newsguardtech.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NewsGuard's ratings shields and labels help users know which news and information websites to trust."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

NewsGuard 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        NewsGuard's reliability ratings for news and information sources help users make decisions about which news sources to trust—and avoid misinformation and disinformation. 
 
Our ratings, scores, and Nutrition Labels for websites are displayed next to links on search engines and social media platforms and cover all the news websites accounting for 95% of online engagement.
 
Ratings are conducted by a team of experienced journalists using nine basic, apolitical journalistic criteria. Each site receives a trust score of 0-100, an overall rating level ranging from “High Credibility” to “Proceed with Caution,” and a thorough Nutrition Label report detailing the site’s ownership and financing, content, credibility practices, transparency practices, and history.
 
NewsGuard is for personal use only. Any commercial, research, or other non-personal use of NewsGuard is strictly prohibited by our Terms of Service: https://www.newsguardtech.com/terms-of-service/                    

확장 프로그램 기본 정보

이름 NewsGuard NewsGuard
ID hcgajcpgaalgpeholhdooeddllhedegi
공식 URL https://chromewebstore.google.com/detail/newsguard/hcgajcpgaalgpeholhdooeddllhedegi
설명 NewsGuard's ratings shields and labels help users know which news and information websites to trust.
파일 크기 1.61 MB
설치 횟수 42,782
현재 버전 5.6
최근 업데이트 2023-11-28
출시 날짜 2020-06-15
평점 3.57/5 총 515 개의 평점
개발자 https://newsguardtech.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.newsguardtech.com/
도움말 페이지 URL https://www.newsguardtech.com/customer-support/
개인정보 보호 정책 페이지 URL https://www.newsguardtech.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "short_name": "NewsGuard",
    "author": "NewsGuard",
    "name": "NewsGuard",
    "description": "NewsGuard's ratings shields and labels help users know which news and information websites to trust.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "NewsGuard"
    },
    "version": "5.6",
    "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:\/\/*\/",
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "static\/js\/background.bundle.newsguard.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/content.bundle.newsguard.js"
            ]
        }
    ]
}