Fake news detector
This extension marks fake news in the pages you are browsing
什麼是Fake news detector?
Fake news detector是由DareDevelopers-giacomofava開發的Chrome擴展程式,該擴展的主要功能是“This extension marks fake news in the pages you are browsing”。
擴展截圖
下載Fake news detector擴展crx文件
下載Fake news detector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension marks fake news in the pages you are browsing. It will mark in RED the FAKE NEWS and in ORANGE the CLICKBAIT links or PROBABLY FAKE news. While browsing on Facebook the page may load new posts while you are scrolling, this will cause problems to our detector.No problem, just click on the logo to check again all the new posts. Estensione che evidenzia e segnala le notizie false durante la navigazione su qualsiasi sito, pure social (Facebook, Twitter etc.). Version 1.2: new websites list added.
擴展基本資訊
名稱 | Fake news detector |
ID | aebaikmeedenaijgjcfmndfknoobahep |
官方網址 | https://chromewebstore.google.com/detail/fake-news-detector/aebaikmeedenaijgjcfmndfknoobahep |
簡介 | This extension marks fake news in the pages you are browsing |
檔案大小 | 77.75 KB |
安裝次數 | 1,270 |
目前版本 | 1.2 |
更新時間 | 2017-10-23 |
上架時間 | 2017-10-22 |
評分 | 3.37/5 共 30 次評分 |
開發者 | DareDevelopers-giacomofava |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fake news detector", "version": "1.2", "short_name": "FND", "description": "This extension marks fake news in the pages you are browsing", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "DareDevelopers-giacomofava", "permissions": [ "activeTab", "tabs", "https:\/\/*\/*", "http:\/\/*\/*", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Make fake news links red", "default_popup": "popup.html" }, "manifest_version": 2 } |