Official Media Bias Fact Check Icon

This extension shows an icon denoting the political bias for the current page.

Official Media Bias Fact Check Icon란 무엇입니까?

Official Media Bias Fact Check Icon은(는) Jeffrey Carl Faden에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows an icon denoting the political bias for the current page."입니다.

확장 프로그램 스크린샷

screenshot

Official Media Bias Fact Check Icon 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will display a color-coded icon denoting the bias of the page you are currently viewing, according to Media Bias/Fact Check. You can click the icon to read more notes about the site, or visit MBFC for more details.

An official extension for MBFC News, which you can visit here:
https://mediabiasfactcheck.com/                    

확장 프로그램 기본 정보

이름 Official Media Bias Fact Check Icon Official Media Bias Fact Check Icon
ID hdcpibgmmcnpjmmenengjgkkfohahegk
공식 URL https://chrome.google.com/webstore/detail/official-media-bias-fact/hdcpibgmmcnpjmmenengjgkkfohahegk
설명 This extension shows an icon denoting the political bias for the current page.
파일 크기 49.71 KB
설치 횟수 10,000
현재 버전 1.7.1
최근 업데이트 2019-09-19
출시 날짜 2019-09-19
평점 4.17/5 총 60 개의 평점
개발자 Jeffrey Carl Faden
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://jeffreyatw.com/blog/2016/11/check-news-bias-with-a-simple-browser-icon/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Official Media Bias Fact Check Icon",
    "description": "This extension shows an icon denoting the political bias for the current page.",
    "version": "1.7.1",
    "background": {
        "scripts": [
            "browser.js",
            "getTabSource.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon.png"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "MBFC"
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs"
    ]
}