khabardar

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

khabardar क्या है?

khabardar Parewa Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Khabardar is a chrome extension that warns against unreliable news websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में khabardar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}