Newstrition

Nutrition Labels for News.

Newstrition란 무엇입니까?

Newstrition은(는) https://our.news에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nutrition Labels for News."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Newstrition 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}