No Bias News

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

Apa itu No Bias News?

No Bias News adalah ekstensi Chrome yang dikembangkan oleh Open Lens, dan fitur utamanya adalah "No Bias News reveals the biases and backgrounds of various news sources.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi No Bias News

Unduh file ekstensi No Bias News dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama No Bias News No Bias News
ID hbbfimdipnhmmipnkngmmofnmenkldio
URL Resmi https://chromewebstore.google.com/detail/no-bias-news/hbbfimdipnhmmipnkngmmofnmenkldio
Deskripsi No Bias News reveals the biases and backgrounds of various news sources.
Ukuran File 164 KB
Jumlah Instalasi 149
Versi Saat Ini 1.02
Terakhir Diperbarui 2018-09-04
Tanggal Publikasi 2018-09-03
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Open Lens
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://openlensresearch.weebly.com/
Bahasa yang Didukung 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'"
}