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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}