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 |
官方網址 | 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 } |