TrustApp
Fake news stops with TrustApp.
TrustApp क्या है?
TrustApp TrustApp Chrome Web Store द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fake news stops with TrustApp."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TrustApp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } ] } |