News Guardian

Warns against fake news, satire, or questionable content across several sites.

News Guardian란 무엇입니까?

News Guardian은(는) http://bytestemplar.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Warns against fake news, satire, or questionable content across several sites."입니다.

확장 프로그램 스크린샷

screenshot

News Guardian 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Fake news, satire, and sites with questionable content are a serious problem on the internet. Even the most vigilant of users can mistakenly link to one of them without looking closer. 

With a database of hundreds of websites, News Guardian will draw attention to these articles in your Facebook news feed, Google search, and more, to warn you that an article might not be what it seems on the surface, or requires further investigation.

News Guardian does NOT censor content, nor does it apply labels. It merely adds a customizable tint to the background color of linked content to remind you to check the source.

Site list additions/discussion: https://github.com/Fortyseven/News-Guardian/issues

News Guardian is open source! Fork it at: https://github.com/Fortyseven/News-Guardian

(This extension is a streamlined successor to 'Gag Reflex'.)

What's new in 1.1.8: 
- Over a dozen new domains                    

확장 프로그램 기본 정보

이름 News Guardian News Guardian
ID iinonikkakojeckpagjdodleifjdaeae
공식 URL https://chrome.google.com/webstore/detail/news-guardian/iinonikkakojeckpagjdodleifjdaeae
설명 Warns against fake news, satire, or questionable content across several sites.
파일 크기 34.44 KB
설치 횟수 100
현재 버전 1.1.8
최근 업데이트 2017-09-15
출시 날짜 2017-09-15
평점 5.00/5 총 3 개의 평점
개발자 http://bytestemplar.com
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Fortyseven/News-Guardian/
도움말 페이지 URL https://github.com/Fortyseven/News-Guardian/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "News Guardian",
    "description": "Warns against fake news, satire, or questionable content across several sites.",
    "version": "1.1.8",
    "icons": {
        "16": "app\/assets\/icon_16.png",
        "48": "app\/assets\/icon_48.png",
        "128": "app\/assets\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "app\/assets\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.google.com\/search*",
                "*:\/\/*.reddit.com\/r\/*"
            ],
            "js": [
                "app\/vendor\/zepto.min.js",
                "app\/scripts.min.js",
                "app\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.google.com\/search*",
        "*:\/\/*.reddit.com\/r\/*"
    ],
    "options_ui": {
        "page": "app\/options.html",
        "chrome_style": true
    }
}