TrustApp

Fake news stops with TrustApp.

Wat is TrustApp?

TrustApp is een Chrome-extensie ontwikkeld door TrustApp Chrome Web Store, en de belangrijkste functie is "Fake news stops with TrustApp.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TrustApp

Download TrustApp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        TrustApp fights misinformation and fake news on the Internet leveraging the power of AI and blockchain technology. Whether you are consuming, sharing, or creating content, TrustApp is your ally in ensuring integrity and accuracy in every interaction.

How does it work?

TrustApp operates seamlessly within your digital experience. It’s your companion that guides you towards truth and away from fake news. Behind its easy-to-use UI, TrustApp harnesses the power of AI and blockchain-based verification and cutting-edge language modelling techniques, ensuring the content you see and share is accurate and trustworthy.

To be a part of the movement to stop fake news, visit https://trustapp.ai. 

TrustApp is focused on creating a system of trust using decentralized technologies. We do not monetize our users in any way. We do not collect any data from our users, and the trusted sources of a user never leave their browser.                    

Basisinformatie over de Extensie

Naam TrustApp TrustApp
ID fojgdmnnhialkadgmdccliaglbfmbjdl
Officiële URL https://chromewebstore.google.com/detail/trustapp/fojgdmnnhialkadgmdccliaglbfmbjdl
Beschrijving Fake news stops with TrustApp.
Bestandsgrootte 3.41 MB
Aantal Installaties 549
Huidige Versie 1.1.17
Laatst Bijgewerkt 2024-02-28
Publicatiedatum 2023-10-09
Beoordeling 4.74/5 Totaal 72 Beoordelingen
Ontwikkelaar TrustApp Chrome Web Store
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.trustapp.ai/
URL van de Privacybeleid Pagina https://trustapp.ai/privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TrustApp",
    "version": "1.1.17",
    "description": "Fake news stops with TrustApp.",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/facebook.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/whatsapp.com\/*",
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "css": [
                "styles.css",
                "tooltip.css"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}