TrustApp
Fake news stops with TrustApp.
TrustAppとは何ですか?
TrustAppはTrustApp Chrome Web Storeによって開発されたChromeの拡張機能で、その主な機能は「Fake news stops with TrustApp.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } ] } |