Spot Fake News Domains
This extension will spot fake news domains while browsing
Was ist Spot Fake News Domains?
Spot Fake News Domains ist eine Chrome-Erweiterung, die von hackerfoss.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension will spot fake news domains while browsing".
Erweiterungsscreenshots
Spot Fake News Domains-Erweiterungs-CRX-Datei herunterladen
Laden Sie Spot Fake News Domains-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | bgekefoanlhmndfbgmijjghnenfljcia |
Offizielle URL | https://chrome.google.com/webstore/detail/bgekefoanlhmndfbgmijjghnenfljcia |
Beschreibung | This extension will spot fake news domains while browsing |
Dateigröße | 13.42 KB |
Installationsanzahl | 112 |
Aktuelle Version | 0.1 |
Letztes Update | 2018-12-27 |
Veröffentlichungsdatum | 2018-12-23 |
Entwickler | hackerfoss.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://developer.hackerfoss.com/privacy |
Unterstützte Sprachen | 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 } |