The Newsroom Beta

Fighting misinformation and promoting plurality online

The Newsroom Beta क्या है?

The Newsroom Beta TheNewsroom द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fighting misinformation and promoting plurality online"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में The Newsroom Beta एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}