Know News

Dynamic fake news detection

Apa itu Know News?

Know News adalah ekstensi Chrome yang dikembangkan oleh https://mediamonitoringafrica.org, dan fitur utamanya adalah "Dynamic fake news detection".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Know News

Unduh file ekstensi Know News 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

                        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.                    

Informasi Dasar Ekstensi

Nama Know News Know News
ID bmlfbcipfpdohbhhlkibdiacikbpaofm
URL Resmi https://chromewebstore.google.com/detail/know-news/bmlfbcipfpdohbhhlkibdiacikbpaofm
Deskripsi Dynamic fake news detection
Ukuran File 101 KB
Jumlah Instalasi 262
Versi Saat Ini 0.10.0
Terakhir Diperbarui 2022-09-23
Tanggal Publikasi 2020-06-19
Penilaian 4.33/5 Total 6 Penilaian
Pengembang https://mediamonitoringafrica.org
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://knownewsrealist.org
URL Halaman Bantuan http://knownewsrealist.org/KnowNews_Privacy_Policy_August2019.pdf
URL Halaman Kebijakan Privasi http://knownewsrealist.org/KnowNews_Privacy_Policy_August2019.pdf
Bahasa yang Didukung 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"
    ]
}