Know News

Dynamic fake news detection

Know Newsとは何ですか?

Know Newsはhttps://mediamonitoringafrica.orgによって開発されたChromeの拡張機能で、その主な機能は「Dynamic fake news detection」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Easily see if a news site offers credible news or should not be trusted and is un-credbile/dodgy. If you care about sharing news that is credible download and use this extension to help you identify if the site you are browsing contains credible news or un-credible/dodgy news. We apply set criteria to determine if a news site is credible or not. /assist us by identifying more credible sites but also hep us spot the ones that are un-credible/dodgy so we can alert others. Developed by Media Monitoring Africa, an independent non-profit organisation that promotes media freedom, media quality, and ethical journalism.                    

拡張機能の基本情報

名前 Know News Know News
ID bmlfbcipfpdohbhhlkibdiacikbpaofm
公式URL https://chromewebstore.google.com/detail/know-news/bmlfbcipfpdohbhhlkibdiacikbpaofm
説明 Dynamic fake news detection
ファイルサイズ 101 KB
インストール数 262
現在のバージョン 0.10.0
最終更新日 2022-09-23
公開日 2020-06-19
評価 4.33/5 合計 6 レビュー
開発者 https://mediamonitoringafrica.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://knownewsrealist.org
ヘルプページのURL http://knownewsrealist.org/KnowNews_Privacy_Policy_August2019.pdf
プライバシーポリシーページのURL http://knownewsrealist.org/KnowNews_Privacy_Policy_August2019.pdf
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.10.0",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "pages\/popup.html",
        "default_title": "KnowNews"
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ],
    "optional_permissions": [
        "notifications",
        "storage"
    ]
}