Is It Fake News?
Check News Articles for Fake News
什么是Is It Fake News??
Is It Fake News?是由https://isitfakenews.org开发的Chrome扩展程序,该扩展的主要功能是“Check News Articles for Fake News”。
扩展截图
下载Is It Fake News?扩展crx文件
下载Is It Fake News?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Check if the news article you are reading is fake news or real journalism with the click of a button.
Scoring is currently based on the legitimacy of the news source and the presence of similar articles from credible sources on the web. 扩展基本信息
| 名称 | |
| ID | pboabideillgiolkekbkopmbgkkblcnh |
| 官方URL | https://chromewebstore.google.com/detail/is-it-fake-news/pboabideillgiolkekbkopmbgkkblcnh |
| 简介 | Check News Articles for Fake News |
| 文件大小 | 446 KB |
| 安装次数 | 59 |
| 当前版本 | 1.11 |
| 更新时间 | 2020-06-02 |
| 上架时间 | 2020-05-31 |
| 开发者 | https://isitfakenews.org |
| 付费类型 | free |
| 扩展官网 | http://isitfakenews.org/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Is It Fake News?",
"version": "1.11",
"description": "Check News Articles for Fake News",
"permissions": [
"declarativeContent",
"tabs"
],
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "index.html",
"default_icon": {
"16": "images\/scales-blue-16.png",
"32": "images\/scales-blue-32.png",
"48": "images\/scales-blue-64.png",
"128": "images\/scales-blue-128.png"
}
},
"icons": {
"16": "images\/scales-blue-16.png",
"32": "images\/scales-blue-32.png",
"48": "images\/scales-blue-64.png",
"128": "images\/scales-blue-128.png"
}
} | |