Official Media Bias Fact Check Icon

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

Apa itu Official Media Bias Fact Check Icon?

Official Media Bias Fact Check Icon adalah ekstensi Chrome yang dikembangkan oleh Jeffrey Carl Faden, dan fitur utamanya adalah "This extension shows an icon denoting the political bias for the current page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Official Media Bias Fact Check Icon

Unduh file ekstensi Official Media Bias Fact Check Icon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Official Media Bias Fact Check Icon Official Media Bias Fact Check Icon
ID hdcpibgmmcnpjmmenengjgkkfohahegk
URL Resmi https://chrome.google.com/webstore/detail/official-media-bias-fact/hdcpibgmmcnpjmmenengjgkkfohahegk
Deskripsi This extension shows an icon denoting the political bias for the current page.
Ukuran File 49.71 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.7.1
Terakhir Diperbarui 2019-09-19
Tanggal Publikasi 2019-09-19
Penilaian 4.17/5 Total 60 Penilaian
Pengembang Jeffrey Carl Faden
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://jeffreyatw.com/blog/2016/11/check-news-bias-with-a-simple-browser-icon/
Bahasa yang Didukung 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"
    ]
}