Ai4Privacy - Privacy feature for ChatGPT
Ai4Privacy Extension helps protect personal data with ChatGPT AI interactions, anonymising sensitive info for secure AI usage.
Ai4Privacy - Privacy feature for ChatGPT क्या है?
Ai4Privacy - Privacy feature for ChatGPT https://ai4privacy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ai4Privacy Extension helps protect personal data with ChatGPT AI interactions, anonymising sensitive info for secure AI usage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ai4Privacy - Privacy feature for ChatGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enhance your privacy protection while using AI language models with Ai4Privacy, a cutting-edge Chrome extension in beta. Developed to help you maintain confidentiality and security, our solution aims to minimize the exposure of your sensitive data during AI-powered interactions. Experience a more secure and private browsing experience by trying our free extension today!
एक्सटेंशन की मूल जानकारी
नाम | Ai4Privacy - Privacy feature for ChatGPT |
ID | lommhelddgnkakmpabmpipkebhejihgm |
आधिकारिक URL | https://chromewebstore.google.com/detail/ai4privacy-privacy-featur/lommhelddgnkakmpabmpipkebhejihgm |
विवरण | Ai4Privacy Extension helps protect personal data with ChatGPT AI interactions, anonymising sensitive info for secure AI usage. |
फ़ाइल का आकार | 46.5 MB |
स्थापना संख्या | 103 |
वर्तमान संस्करण | 2.0.1 |
अंतिम अपडेट | 2023-12-11 |
प्रकाशन तिथि | 2023-05-04 |
रेटिंग | 4.98/5 कुल 40 रेटिंग्स |
डेवलपर | https://ai4privacy.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://ai4privacy.com/ |
सहायता पृष्ठ URL | https://ai4privacy.com/customer-support/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ai4Privacy - Privacy feature for ChatGPT", "version": "2.0.1", "description": "Ai4Privacy Extension helps protect personal data with ChatGPT AI interactions, anonymising sensitive info for secure AI usage.", "minimum_chrome_version": "116", "action": { "default_icon": ".\/assets\/normal_128.png", "default_popup": ".\/dist\/popup\/index.html" }, "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "128": ".\/assets\/normal_128.png" }, "permissions": [ "storage" ], "host_permissions": [ "http:\/\/chat.openai.com\/*", "https:\/\/chat.openai.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/chat.openai.com\/*", "https:\/\/chat.openai.com\/*" ], "js": [ "dist\/contentScripts\/index.global.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "models\/*", "dist\/contentScripts\/style.css" ], "matches": [ "http:\/\/chat.openai.com\/*", "https:\/\/chat.openai.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" } } |