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文件

下載khabardar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}