Spot Fake News Domains
This extension will spot fake news domains while browsing
什么是Spot Fake News Domains?
Spot Fake News Domains是由hackerfoss.com开发的Chrome扩展程序,该扩展的主要功能是“This extension will spot fake news domains while browsing”。
扩展截图
下载Spot Fake News Domains扩展crx文件
下载Spot Fake News Domains扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
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 } |