No Bias News

No Bias News reveals the biases and backgrounds of various news sources.

No Bias News란 무엇입니까?

No Bias News은(는) Open Lens에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "No Bias News reveals the biases and backgrounds of various news sources."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

No Bias News 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The No Bias News Chrome extension takes the bias and "factual reporting" ratings from Media Bias Fact Check and displays these in an organized manner, along with other relevant information, when visiting the specific news website.

Disclaimer: The source we used for this project - Media Bias Fact Check - has their own Chrome extension. This extension is intended to expand on their research and provide more succinct, digestible information.                    

확장 프로그램 기본 정보

이름 No Bias News No Bias News
ID hbbfimdipnhmmipnkngmmofnmenkldio
공식 URL https://chromewebstore.google.com/detail/no-bias-news/hbbfimdipnhmmipnkngmmofnmenkldio
설명 No Bias News reveals the biases and backgrounds of various news sources.
파일 크기 164 KB
설치 횟수 149
현재 버전 1.02
최근 업데이트 2018-09-04
출시 날짜 2018-09-03
평점 5.00/5 총 2 개의 평점
개발자 Open Lens
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://openlensresearch.weebly.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Bias News",
    "description": "No Bias News reveals the biases and backgrounds of various news sources.",
    "version": "1.02",
    "icons": {
        "128": "images\/no-bias-news-128.png",
        "64": "images\/no-bias-news-64.png",
        "48": "images\/no-bias-news-48.png",
        "32": "images\/no-bias-news-32.png",
        "16": "images\/no-bias-news-16.png"
    },
    "browser_action": {
        "default_icon": "images\/no-bias-news-128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}