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 |
官方網址 | 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'" } |