Official Media Bias Fact Check Icon
This extension shows an icon denoting the political bias for the current page.
Qu'est-ce que Official Media Bias Fact Check Icon ?
Official Media Bias Fact Check Icon est une extension Chrome développée par Jeffrey Carl Faden, et sa fonction principale est "This extension shows an icon denoting the political bias for the current page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Official Media Bias Fact Check Icon
Téléchargez les fichiers d'extension Official Media Bias Fact Check Icon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | hdcpibgmmcnpjmmenengjgkkfohahegk |
URL Officiel | https://chrome.google.com/webstore/detail/official-media-bias-fact/hdcpibgmmcnpjmmenengjgkkfohahegk |
Description | This extension shows an icon denoting the political bias for the current page. |
Taille du Fichier | 49.71 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.7.1 |
Dernière Mise à Jour | 2019-09-19 |
Date de Publication | 2019-09-19 |
Évaluation | 4.17/5 Total 60 Évaluations |
Développeur | Jeffrey Carl Faden |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://jeffreyatw.com/blog/2016/11/check-news-bias-with-a-simple-browser-icon/ |
Langues Prises en Charge | 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" ] } |