NewsGuard

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

Τι είναι το NewsGuard;

Το NewsGuard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://newsguardtech.com, και η κύρια λειτουργία του είναι "NewsGuard's ratings shields and labels help users know which news and information websites to trust.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NewsGuard

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
            ]
        }
    ]
}