NewsGuard

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

NewsGuard क्या है?

NewsGuard https://newsguardtech.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NewsGuard's ratings shields and labels help users know which news and information websites to trust."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NewsGuard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}