NotNews!

Indicates when you're on a website that's been flagged as a questionable news source, or about to go to one from your Facebook feed.

NotNews!란 무엇입니까?

NotNews!은(는) https://sherahsmith.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Indicates when you're on a website that's been flagged as a questionable news source, or about to go to one from your Facebook feed."입니다.

확장 프로그램 스크린샷

screenshot

NotNews! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension alerts you when you're on a news site that isn't deemed "real news" by Melissa Zimdars, assistant professor of communication & media at Merrimack College.  

The inspiration for this extension comes from her work 'False, Misleading, Clickbait-y, and Satirical “News” Sources'.

Update: the alert now also displays the reason for the site's categorization as "fake news" if one has been provided in Zimdars' research. 

Update 2: Added additional questionable source URLs as well as Facebook hover-over warnings, inspired by BSDetector.                    

확장 프로그램 기본 정보

이름 NotNews! NotNews!
ID kkohmdcmgddjhcmdeojibcldfponodod
공식 URL https://chromewebstore.google.com/detail/notnews/kkohmdcmgddjhcmdeojibcldfponodod
설명 Indicates when you're on a website that's been flagged as a questionable news source, or about to go to one from your Facebook feed.
파일 크기 115 KB
설치 횟수 40
현재 버전 1.3
최근 업데이트 2016-11-18
출시 날짜 2016-11-17
평점 3.75/5 총 4 개의 평점
개발자 https://sherahsmith.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NotNews!",
    "description": "Indicates when you're on a website that's been flagged as a questionable news source, or about to go to one from your Facebook feed.",
    "version": "1.3",
    "background": {
        "scripts": [
            "sitewarning.js",
            "blacklist.js",
            "bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "css": [
                "css\/hint.min.css",
                "inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "inject\/inject.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "notnews.png",
        "default_title": "Make questionable news more obvious"
    },
    "permissions": [
        "tabs",
        "https:\/\/ajax.googleapis.com\/"
    ]
}