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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}