Spot Fake News Domains

This extension will spot fake news domains while browsing

Spot Fake News Domains क्या है?

Spot Fake News Domains hackerfoss.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will spot fake news domains while browsing"।

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

screenshot
screenshot

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

crx प्रारूप में Spot Fake News Domains एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Flags Fake News Websites While Browsing.

This extension will help you identify fake news websites while browsing. Adds a flag next to title of the page warning about the of information provided by the website.  


ABOUT

This extension is an open-source project developed by the students of NIIT University as part of the CS 4151 (Cyber Security). You can find source code at https://github.com/gvaishno/Fake-News-Domain-Detection                    

एक्सटेंशन की मूल जानकारी

नाम Spot Fake News Domains Spot Fake News Domains
ID bgekefoanlhmndfbgmijjghnenfljcia
आधिकारिक URL https://chrome.google.com/webstore/detail/bgekefoanlhmndfbgmijjghnenfljcia
विवरण This extension will spot fake news domains while browsing
फ़ाइल का आकार 13.42 KB
स्थापना संख्या 112
वर्तमान संस्करण 0.1
अंतिम अपडेट 2018-12-27
प्रकाशन तिथि 2018-12-23
डेवलपर hackerfoss.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://developer.hackerfoss.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spot Fake News Domains",
    "version": "0.1",
    "short_name": "Spot Fake News Domains",
    "description": "This extension will spot fake news domains while browsing",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Vaishno Chaitanya G",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Spot Fake News Domains"
    },
    "manifest_version": 2
}