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 |
官方網址 | 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" ] } |