Spot Fake News Domains

This extension will spot fake news domains while browsing

Qu'est-ce que Spot Fake News Domains ?

Spot Fake News Domains est une extension Chrome développée par hackerfoss.com, et sa fonction principale est "This extension will spot fake news domains while browsing".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Spot Fake News Domains

Téléchargez les fichiers d'extension Spot Fake News Domains au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Spot Fake News Domains Spot Fake News Domains
ID bgekefoanlhmndfbgmijjghnenfljcia
URL Officiel https://chrome.google.com/webstore/detail/bgekefoanlhmndfbgmijjghnenfljcia
Description This extension will spot fake news domains while browsing
Taille du Fichier 13.42 KB
Nombre d'Installations 112
Version Actuelle 0.1
Dernière Mise à Jour 2018-12-27
Date de Publication 2018-12-23
Développeur hackerfoss.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://developer.hackerfoss.com/privacy
Langues Prises en Charge 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
}