khabardar

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

khabardar là gì?

khabardar là một tiện ích mở rộng Chrome được phát triển bởi Parewa Labs, và tính năng chính của nó là "Khabardar is a chrome extension that warns against unreliable news websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng khabardar

Tải xuống các tệp mở rộng khabardar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên khabardar khabardar
ID gkjfjhoggjmlbdocpfgfbpaifmdegjim
URL Chính Thức https://chromewebstore.google.com/detail/khabardar/gkjfjhoggjmlbdocpfgfbpaifmdegjim
Mô tả Khabardar is a chrome extension that warns against unreliable news websites.
Kích Thước Tệp 15.9 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.21
Cập Nhật Lần Cuối 2015-11-24
Ngày Phát Hành 2015-11-24
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Parewa Labs
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}