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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
            ]
        }
    ]
}