Official Media Bias Fact Check Icon
This extension shows an icon denoting the political bias for the current page.
什么是Official Media Bias Fact Check Icon?
Official Media Bias Fact Check Icon是由Jeffrey Carl Faden开发的Chrome扩展程序,该扩展的主要功能是“This extension shows an icon denoting the political bias for the current page.”。
扩展截图
下载Official Media Bias Fact Check Icon扩展crx文件
下载Official Media Bias Fact Check Icon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will display a color-coded icon denoting the bias of the page you are currently viewing, according to Media Bias/Fact Check. You can click the icon to read more notes about the site, or visit MBFC for more details. An official extension for MBFC News, which you can visit here: https://mediabiasfactcheck.com/
扩展基本信息
名称 | |
ID | hdcpibgmmcnpjmmenengjgkkfohahegk |
官方URL | https://chrome.google.com/webstore/detail/official-media-bias-fact/hdcpibgmmcnpjmmenengjgkkfohahegk |
简介 | This extension shows an icon denoting the political bias for the current page. |
文件大小 | 49.71 KB |
安装次数 | 10,000 |
当前版本 | 1.7.1 |
更新时间 | 2019-09-19 |
上架时间 | 2019-09-19 |
评分 | 4.17/5 共60次评分 |
开发者 | Jeffrey Carl Faden |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://jeffreyatw.com/blog/2016/11/check-news-bias-with-a-simple-browser-icon/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Official Media Bias Fact Check Icon", "description": "This extension shows an icon denoting the political bias for the current page.", "version": "1.7.1", "background": { "scripts": [ "browser.js", "getTabSource.js", "eventPage.js" ], "persistent": false }, "icons": { "128": "icon.png" }, "page_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "MBFC" }, "permissions": [ "alarms", "storage", "tabs" ] } |