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 هو إضافة Chrome تم تطويرها بواسطة Jeffrey Carl Faden، والميزة الرئيسية لها هي "This extension shows an icon denoting the political bias for the current page.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Official Media Bias Fact Check Icon

قم بتنزيل ملفات الامتداد Official Media Bias Fact Check Icon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/                    

معلومات أساسية عن التمديد

الاسم Official Media Bias Fact Check Icon Official Media Bias Fact Check Icon
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"
    ]
}