The Newsroom Beta

Fighting misinformation and promoting plurality online

The Newsroom Betaคืออะไร?

The Newsroom Beta เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TheNewsroom และคุณลักษณะหลักของมันคือ "Fighting misinformation and promoting plurality online"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Newsroom Beta

ดาวน์โหลดไฟล์ส่วนขยาย The Newsroom Beta ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        The Newsroom Beta Plugin provides real-time insights on the trustworthiness of the news you see online, in a fully transparent way. 

You will understand exactly what elements our tech took into account to make each assessment, as The Newsroom uses explainable Artificial Intelligence technology to assess the trustworthiness of articles and sources.

Our mission at The Newsroom is to fight misinformation and promote plurality online - we would love for you to help us achieve our vision by using our product and sharing your feedback!

Info / Contact Us:
[email protected]
https://thenewsroom.ai/
https://www.linkedin.com/company/thenewsroom/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ The Newsroom Beta The Newsroom Beta
ID pgfokhpgehbmeifbpdhegfnpaahabfja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-newsroom-beta/pgfokhpgehbmeifbpdhegfnpaahabfja
คำอธิบาย Fighting misinformation and promoting plurality online
ขนาดไฟล์ 5.79 MB
จำนวนการติดตั้ง 145
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2023-12-06
วันที่เผยแพร่ 2021-12-10
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา TheNewsroom
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://thenewsroom.ai/
URL หน้านโยบายความเป็นส่วนตัว https://www.thenewsroom.ai/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Newsroom Beta",
    "description": "Fighting misinformation and promoting plurality online",
    "version": "0.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/logo_vector.png",
        "48": "icons\/logo_vector.png",
        "128": "icons\/logo_vector.png"
    },
    "permissions": [
        "https:\/\/vbfzhdccxczwbluqmhtv.supabase.co\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/kit.fontawesome.com\/ https:\/\/code.jquery.com\/ https:\/\/cdnjs.cloudflare.com\/ https:\/\/stackpath.bootstrapcdn.com\/ https:\/\/unpkg.com https:\/\/ajax.googleapis.com https:\/\/vbfzhdccxczwbluqmhtv.supabase.co\/ https:\/\/news.google.com\/; object-src 'self'"
}