Official Media Bias Fact Check Icon
This extension shows an icon denoting the political bias for the current page.
Hvad er Official Media Bias Fact Check Icon?
Official Media Bias Fact Check Icon er en Chrome-udvidelse udviklet af Jeffrey Carl Faden, og dens hovedfunktion er "This extension shows an icon denoting the political bias for the current page.".
Udvidelsesskærmbilleder
Download Official Media Bias Fact Check Icon-udvidelses-CRX-fil
Download Official Media Bias Fact Check Icon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hdcpibgmmcnpjmmenengjgkkfohahegk |
Officiel URL | https://chrome.google.com/webstore/detail/official-media-bias-fact/hdcpibgmmcnpjmmenengjgkkfohahegk |
Beskrivelse | This extension shows an icon denoting the political bias for the current page. |
Filstørrelse | 49.71 KB |
Antal Installationer | 10,000 |
Nuværende Version | 1.7.1 |
Senest Opdateret | 2019-09-19 |
Udgivelsesdato | 2019-09-19 |
Bedømmelse | 4.17/5 Samlet 60 Bedømmelser |
Udvikler | Jeffrey Carl Faden |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://jeffreyatw.com/blog/2016/11/check-news-bias-with-a-simple-browser-icon/ |
Understøttede Sprog | 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" ] } |