Media Bias Fact Check

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

Media Bias Fact Check là gì?

Media Bias Fact Check là một tiện ích mở rộng Chrome được phát triển bởi Mike Crowe, và tính năng chính của nó là "Show Media Bias / Fact Check ratings for Facebook, Twitter and news websites as you browse".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Media Bias Fact Check 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

                        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                    

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

Tên Media Bias Fact Check Media Bias Fact Check
ID ganicjnkcddicfioohdaegodjodcbkkh
URL Chính Thức https://chromewebstore.google.com/detail/media-bias-fact-check/ganicjnkcddicfioohdaegodjodcbkkh
Mô tả Show Media Bias / Fact Check ratings for Facebook, Twitter and news websites as you browse
Kích Thước Tệp 903 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 4.0.2
Cập Nhật Lần Cuối 2024-02-24
Ngày Phát Hành 2019-11-21
Đánh Giá 4.76/5 Tổng số 74 Đánh Giá
Nhà Phát Triển Mike Crowe
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://drmikecrowe.github.io/mbfcext/
URL Trang Trợ Giúp https://www.reddit.com/r/MediaBiasFactCheck/
URL Trang Chính Sách Bảo Mật https://drmikecrowe.github.io/mbfcext/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}