Official Media Bias Fact Check Icon
This extension shows an icon denoting the political bias for the current page.
¿Qué es Official Media Bias Fact Check Icon?
Official Media Bias Fact Check Icon es una extensión de Chrome desarrollada por Jeffrey Carl Faden, y su función principal es "This extension shows an icon denoting the political bias for the current page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Official Media Bias Fact Check Icon
Descarga archivos de extensión Official Media Bias Fact Check Icon en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/
Información Básica de la Extensión
Nombre | |
ID | hdcpibgmmcnpjmmenengjgkkfohahegk |
URL Oficial | https://chrome.google.com/webstore/detail/official-media-bias-fact/hdcpibgmmcnpjmmenengjgkkfohahegk |
Descripción | This extension shows an icon denoting the political bias for the current page. |
Tamaño del Archivo | 49.71 KB |
Cantidad de Instalaciones | 10,000 |
Versión Actual | 1.7.1 |
Última Actualización | 2019-09-19 |
Fecha de Publicación | 2019-09-19 |
Calificación | 4.17/5 Total de 60 Calificaciones |
Desarrollador | Jeffrey Carl Faden |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://jeffreyatw.com/blog/2016/11/check-news-bias-with-a-simple-browser-icon/ |
Idiomas Soportados | 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" ] } |