khabardar

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

khabardarคืออะไร?

khabardar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Parewa Labs และคุณลักษณะหลักของมันคือ "Khabardar is a chrome extension that warns against unreliable news websites."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย khabardar

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}