Spot Fake News Domains

This extension will spot fake news domains while browsing

What is Spot Fake News Domains?

Spot Fake News Domains is a Chrome extension developed by hackerfoss.com, and its main feature is "This extension will spot fake news domains while browsing".

Extension Screenshots

screenshot
screenshot

Download Spot Fake News Domains Extension CRX File

Download Spot Fake News Domains extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Spot Fake News Domains Spot Fake News Domains
ID bgekefoanlhmndfbgmijjghnenfljcia
Official URL https://chrome.google.com/webstore/detail/bgekefoanlhmndfbgmijjghnenfljcia
Description This extension will spot fake news domains while browsing
File Size 13.42 KB
Installation Count 112
Current Version 0.1
Last Updated 2018-12-27
Publish Date 2018-12-23
Developer hackerfoss.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://developer.hackerfoss.com/privacy
Supported Languages 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
}