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 هو إضافة Chrome تم تطويرها بواسطة https://ai4privacy.com، والميزة الرئيسية لها هي "Ai4Privacy Extension helps protect personal data with ChatGPT AI interactions, anonymising sensitive info for secure AI usage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ai4Privacy - Privacy feature for ChatGPT
قم بتنزيل ملفات الامتداد Ai4Privacy - Privacy feature for ChatGPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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! معلومات أساسية عن التمديد
| الاسم | |
| 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/ |
| عنوان صفحة المساعدة | 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'"
}
} | |