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
官方網址 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
電子郵箱 [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"
    ]
}