FakeNews Checker
from Google check Fake news against mediabiasfactcheck.com
什么是FakeNews Checker?
FakeNews Checker是由psgcaravan开发的Chrome扩展程序,该扩展的主要功能是“from Google check Fake news against mediabiasfactcheck.com”。
扩展截图
下载FakeNews Checker扩展crx文件
下载FakeNews Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension provides context menu items that allow a user to check news bias of links and images. For example on Facebook, you can easily determine what type of left or right-leaning bias a site has, as logged by mediabiascheck.com. 扩展基本信息
| 名称 | |
| ID | cbnebabihohdbebjliafclfndkhmpmnc |
| 官方URL | https://chromewebstore.google.com/detail/fakenews-checker/cbnebabihohdbebjliafclfndkhmpmnc |
| 简介 | from Google check Fake news against mediabiasfactcheck.com |
| 文件大小 | 11.05 KB |
| 安装次数 | 186 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2016-12-19 |
| 上架时间 | 2016-12-19 |
| 开发者 | psgcaravan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://developer.chrome.com/webstore/terms |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FakeNews Checker",
"short_name": "FakeNews Check",
"description": "from Google check Fake news against mediabiasfactcheck.com",
"version": "0.0.1",
"icons": {
"16": "fcheck_icon16.png",
"48": "fcheck_icon48.png",
"128": "fcheck_icon128.png"
},
"permissions": [
"contextMenus"
],
"background": {
"persistent": false,
"scripts": [
"sample.js"
]
},
"manifest_version": 2
} | |