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ファイルをダウンロード

Official Media Bias Fact Check Icon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}