Media Bias Fact Check

Show Media Bias / Fact Check ratings for Facebook, Twitter and news websites as you browse

Media Bias Fact Check란 무엇입니까?

Media Bias Fact Check은(는) Mike Crowe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show Media Bias / Fact Check ratings for Facebook, Twitter and news websites as you browse"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Be informed as you read your Facebook feed.  We are the most comprehensive media bias resource on the internet. There are currently 3000+ media sources listed in our database and growing every day. Don’t be fooled by Fake News sources.

Updated to for the new Facebook layout

We are very excited to announce a new feature:  Collapsable News

1. Click on the "Collapse" section on the left
2. Choose which news categories to collapse in your feed
3. Revel in the reduction in stress from your extreme FB friends                    

확장 프로그램 기본 정보

이름 Media Bias Fact Check Media Bias Fact Check
ID ganicjnkcddicfioohdaegodjodcbkkh
공식 URL https://chromewebstore.google.com/detail/media-bias-fact-check/ganicjnkcddicfioohdaegodjodcbkkh
설명 Show Media Bias / Fact Check ratings for Facebook, Twitter and news websites as you browse
파일 크기 903 KB
설치 횟수 10,000
현재 버전 4.0.2
최근 업데이트 2024-02-24
출시 날짜 2019-11-21
평점 4.76/5 총 74 개의 평점
개발자 Mike Crowe
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://drmikecrowe.github.io/mbfcext/
도움말 페이지 URL https://www.reddit.com/r/MediaBiasFactCheck/
개인정보 보호 정책 페이지 URL https://drmikecrowe.github.io/mbfcext/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.fe74eb16.png",
        "32": "icon32.plasmo.5ed05f09.png",
        "48": "icon48.plasmo.d054067a.png",
        "64": "icon64.plasmo.160bdafd.png",
        "128": "icon128.plasmo.f668ef15.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.fe74eb16.png",
            "32": "icon32.plasmo.5ed05f09.png",
            "48": "icon48.plasmo.d054067a.png",
            "64": "icon64.plasmo.160bdafd.png",
            "128": "icon128.plasmo.f668ef15.png"
        },
        "default_popup": "popup.html"
    },
    "version": "4.0.2",
    "author": "Mike Crowe ",
    "name": "Media Bias Fact Check",
    "description": "Show Media Bias \/ Fact Check ratings for Facebook, Twitter and news websites as you browse",
    "homepage_url": "https:\/\/drmikecrowe.github.io\/mbfcext\/",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "alarms",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "facebook.cdce6079.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "src\/background\/icons\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "https:\/\/facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "resources": [
                "facebook.e0988880.svg",
                "facebook.411ca229.svg",
                "facebook.78a27856.svg",
                "facebook.c1551bdf.svg",
                "facebook.6c317089.svg",
                "facebook.c5ae9e74.svg",
                "facebook.22d88ed9.svg"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/facebook.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/twitter.com\/*",
        "*:\/\/*.twitter.com\/*"
    ]
}