No Bias News

No Bias News reveals the biases and backgrounds of various news sources.

ما هو No Bias News؟

No Bias News هو إضافة Chrome تم تطويرها بواسطة Open Lens، والميزة الرئيسية لها هي "No Bias News reveals the biases and backgrounds of various news sources.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة No Bias News

قم بتنزيل ملفات الامتداد No Bias News بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The No Bias News Chrome extension takes the bias and "factual reporting" ratings from Media Bias Fact Check and displays these in an organized manner, along with other relevant information, when visiting the specific news website.

Disclaimer: The source we used for this project - Media Bias Fact Check - has their own Chrome extension. This extension is intended to expand on their research and provide more succinct, digestible information.                    

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

الاسم No Bias News No Bias News
ID hbbfimdipnhmmipnkngmmofnmenkldio
عنوان URL الرسمي https://chromewebstore.google.com/detail/no-bias-news/hbbfimdipnhmmipnkngmmofnmenkldio
الوصف No Bias News reveals the biases and backgrounds of various news sources.
حجم الملف 164 KB
عدد التثبيتات 149
النسخة الحالية 1.02
آخر تحديث 2018-09-04
تاريخ النشر 2018-09-03
تقييم 5.00/5 مجموع تقييمات 2
المطور Open Lens
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://openlensresearch.weebly.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Bias News",
    "description": "No Bias News reveals the biases and backgrounds of various news sources.",
    "version": "1.02",
    "icons": {
        "128": "images\/no-bias-news-128.png",
        "64": "images\/no-bias-news-64.png",
        "48": "images\/no-bias-news-48.png",
        "32": "images\/no-bias-news-32.png",
        "16": "images\/no-bias-news-16.png"
    },
    "browser_action": {
        "default_icon": "images\/no-bias-news-128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}