khabardar

Khabardar is a chrome extension that warns against unreliable news websites.

khabardar란 무엇입니까?

khabardar은(는) Parewa Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Khabardar is a chrome extension that warns against unreliable news websites."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        There are many websites that are spreading fake news, rumours and false information in order to gain visitors and earn money. Viewing these websites is dangerous for you because they don't tell the real story.

Khabardar maintains an extensive database of such websites, researched by our team that is working day and night to make sure that such unreliable websites don't ruin the hard work of a few genuine news sources that do proper research.
Installing and using Khabardar doesn’t slow your browser, it’s easy to use and free

If you land on a site that has a reputation for spreading false information, Khabardar shows you a warning. Khabardar guides you, but the final decision is yours: you can still view the contents of the website and hide the warning.                    

확장 프로그램 기본 정보

이름 khabardar khabardar
ID gkjfjhoggjmlbdocpfgfbpaifmdegjim
공식 URL https://chromewebstore.google.com/detail/khabardar/gkjfjhoggjmlbdocpfgfbpaifmdegjim
설명 Khabardar is a chrome extension that warns against unreliable news websites.
파일 크기 15.9 KB
설치 횟수 11
현재 버전 0.21
최근 업데이트 2015-11-24
출시 날짜 2015-11-24
평점 4.75/5 총 4 개의 평점
개발자 Parewa Labs
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "khabardar128.png",
        "default_title": "Khabardar settings",
        "default_popup": "settings.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "content_script.css"
            ]
        }
    ],
    "description": "Khabardar is a chrome extension that warns against unreliable news websites.",
    "manifest_version": 2,
    "name": "khabardar",
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/parewalabs.com:5000\/reputation"
    ],
    "version": "0.21"
}