FakeNews Checker

from Google check Fake news against mediabiasfactcheck.com

FakeNews Checkerとは何ですか?

FakeNews Checkerはpsgcaravanによって開発されたChromeの拡張機能で、その主な機能は「from Google check Fake news against mediabiasfactcheck.com」です。

拡張機能のスクリーンショット

screenshot
screenshot

FakeNews Checker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension provides context menu items that allow a user to check news bias of links and images. For example on Facebook, you can easily determine what type of left or right-leaning bias a site has, as logged by mediabiascheck.com.                    

拡張機能の基本情報

名前 FakeNews Checker FakeNews Checker
ID cbnebabihohdbebjliafclfndkhmpmnc
公式URL https://chromewebstore.google.com/detail/fakenews-checker/cbnebabihohdbebjliafclfndkhmpmnc
説明 from Google check Fake news against mediabiasfactcheck.com
ファイルサイズ 11.05 KB
インストール数 186
現在のバージョン 0.0.1
最終更新日 2016-12-19
公開日 2016-12-19
開発者 psgcaravan
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://developer.chrome.com/webstore/terms
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FakeNews Checker",
    "short_name": "FakeNews Check",
    "description": "from Google check Fake news against mediabiasfactcheck.com",
    "version": "0.0.1",
    "icons": {
        "16": "fcheck_icon16.png",
        "48": "fcheck_icon48.png",
        "128": "fcheck_icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "sample.js"
        ]
    },
    "manifest_version": 2
}