TrustApp

Fake news stops with TrustApp.

什麼是TrustApp?

TrustApp是由TrustApp Chrome Web Store開發的Chrome擴展程式,該擴展的主要功能是“Fake news stops with TrustApp.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載TrustApp擴展crx文件

下載TrustApp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 TrustApp TrustApp
ID fojgdmnnhialkadgmdccliaglbfmbjdl
官方網址 https://chromewebstore.google.com/detail/trustapp/fojgdmnnhialkadgmdccliaglbfmbjdl
簡介 Fake news stops with TrustApp.
檔案大小 3.41 MB
安裝次數 549
目前版本 1.1.17
更新時間 2024-02-28
上架時間 2023-10-09
評分 4.74/5 共 72 次評分
開發者 TrustApp Chrome Web Store
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.trustapp.ai/
隱私政策頁面URL https://trustapp.ai/privacy-policy
支援的語言 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\/*"
            ]
        }
    ]
}