TrustApp

Fake news stops with TrustApp.

Qu'est-ce que TrustApp ?

TrustApp est une extension Chrome développée par TrustApp Chrome Web Store, et sa fonction principale est "Fake news stops with TrustApp.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TrustApp

Téléchargez les fichiers d'extension TrustApp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TrustApp TrustApp
ID fojgdmnnhialkadgmdccliaglbfmbjdl
URL Officiel https://chromewebstore.google.com/detail/trustapp/fojgdmnnhialkadgmdccliaglbfmbjdl
Description Fake news stops with TrustApp.
Taille du Fichier 3.41 MB
Nombre d'Installations 549
Version Actuelle 1.1.17
Dernière Mise à Jour 2024-02-28
Date de Publication 2023-10-09
Évaluation 4.74/5 Total 72 Évaluations
Développeur TrustApp Chrome Web Store
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.trustapp.ai/
URL de la Page de Politique de Confidentialité https://trustapp.ai/privacy-policy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}