Newstrition

Nutrition Labels for News.

Newstrition क्या है?

Newstrition https://our.news द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Nutrition Labels for News."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Newstrition एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Our interactive Nutrition Labels for News provide all the information you need to make a quick determination between real and junk news, and let you to rate your opinion on all news online.

After adding to your browser, just read the news anywhere you normally do-- including any news website, Facebook, or Twitter. When you want to dig deeper, or rate an article, just click Our icon!

For every news article, everywhere:

- Check the background of the publisher & author
- See ratings and reviews from IFCN verified fact-checkers
- See AI article ratings and classifications
- Check the article's sources of facts
- Vote & contribute your own fact sources  
- Rate the news for a variety of factors 
- and much more!

Our Nutrition Labels for News are non-partisan and forever free for  non-commercial use. Our mission is to fight misinformation.

TROUBLESHOOTING: Some ad-blockers may interfere with our extension. If you're having trouble, consider disabling all ad and popup blockers. See https://our.news/faq for more assistance.                    

एक्सटेंशन की मूल जानकारी

नाम Newstrition Newstrition
ID kgmboamhkokidammpgdilgpnonibiipa
आधिकारिक URL https://chromewebstore.google.com/detail/newstrition/kgmboamhkokidammpgdilgpnonibiipa
विवरण Nutrition Labels for News.
फ़ाइल का आकार 215 KB
स्थापना संख्या 1,256
वर्तमान संस्करण 2021.3.5.1
अंतिम अपडेट 2021-03-11
प्रकाशन तिथि 2020-06-23
रेटिंग 3.56/5 कुल 9 रेटिंग्स
डेवलपर https://our.news
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://our.news/
सहायता पृष्ठ URL https://our.news/howto/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Newstrition",
    "description": "Nutrition Labels for News.",
    "version": "2021.3.5.1",
    "browser_action": {
        "default_icon": "images\/logo-32.png"
    },
    "icons": {
        "128": "images\/logo-128.png",
        "64": "images\/logo-64.png",
        "32": "images\/logo-32.png",
        "16": "images\/logo-16.png"
    },
    "background": {
        "scripts": [
            "assets\/jquery.js",
            "csp.js",
            "record.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "assets\/jquery.js",
                "pagewarning.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "assets\/jquery.js",
                "content.js"
            ],
            "css": [
                "assets\/grid.css",
                "assets\/common.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "background",
        "storage",
        "activeTab",
        "",
        "webRequest",
        "webRequestBlocking",
        "management"
    ],
    "web_accessible_resources": [
        "background",
        "assets\/*",
        "images\/*",
        "pagelevel.js",
        "content.html"
    ]
}