The Newsroom Beta

Fighting misinformation and promoting plurality online

The Newsroom Beta란 무엇입니까?

The Newsroom Beta은(는) TheNewsroom에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fighting misinformation and promoting plurality online"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

The Newsroom Beta 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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