The Newsroom Beta
Fighting misinformation and promoting plurality online
The Newsroom Betaとは何ですか?
The Newsroom BetaはTheNewsroomによって開発されたChromeの拡張機能で、その主な機能は「Fighting misinformation and promoting plurality online」です。
拡張機能のスクリーンショット
The Newsroom Beta拡張機能のCRXファイルをダウンロード
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/
拡張機能の基本情報
名前 | |
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 |
Eメール | [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'" } |