Official Media Bias Fact Check Icon
This extension shows an icon denoting the political bias for the current page.
Co to jest Official Media Bias Fact Check Icon?
Official Media Bias Fact Check Icon to rozszerzenie Chrome opracowane przez Jeffrey Carl Faden, a jego główną funkcją jest „This extension shows an icon denoting the political bias for the current page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Official Media Bias Fact Check Icon
Pobierz pliki rozszerzeń Official Media Bias Fact Check Icon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hdcpibgmmcnpjmmenengjgkkfohahegk |
Oficjalny URL | https://chrome.google.com/webstore/detail/official-media-bias-fact/hdcpibgmmcnpjmmenengjgkkfohahegk |
Opis | This extension shows an icon denoting the political bias for the current page. |
Rozmiar pliku | 49.71 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 1.7.1 |
Ostatnia Aktualizacja | 2019-09-19 |
Data Publikacji | 2019-09-19 |
Ocena | 4.17/5 Łącznie 60 Oceny |
Deweloper | Jeffrey Carl Faden |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://jeffreyatw.com/blog/2016/11/check-news-bias-with-a-simple-browser-icon/ |
Obsługiwane Języki | 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" ] } |