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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows an icon denoting the political bias for the current page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Official Media Bias Fact Check Icon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" ] } |