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文件

下載NewsGuard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}