TrustApp

Fake news stops with TrustApp.

ما هو TrustApp؟

TrustApp هو إضافة Chrome تم تطويرها بواسطة TrustApp Chrome Web Store، والميزة الرئيسية لها هي "Fake news stops with TrustApp.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TrustApp

قم بتنزيل ملفات الامتداد TrustApp بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}