Newstrition

Nutrition Labels for News.

Newstrition là gì?

Newstrition là một tiện ích mở rộng Chrome được phát triển bởi https://our.news, và tính năng chính của nó là "Nutrition Labels for News.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Newstrition

Tải xuống các tệp mở rộng Newstrition dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Newstrition Newstrition
ID kgmboamhkokidammpgdilgpnonibiipa
URL Chính Thức https://chromewebstore.google.com/detail/newstrition/kgmboamhkokidammpgdilgpnonibiipa
Mô tả Nutrition Labels for News.
Kích Thước Tệp 215 KB
Số Lần Cài Đặt 1,256
Phiên Bản Hiện Tại 2021.3.5.1
Cập Nhật Lần Cuối 2021-03-11
Ngày Phát Hành 2020-06-23
Đánh Giá 3.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://our.news
Loại Thanh Toán free
Trang Web Mở Rộng https://our.news/
URL Trang Trợ Giúp https://our.news/howto/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}