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 là gì?

Ai4Privacy - Privacy feature for ChatGPT là một tiện ích mở rộng Chrome được phát triển bởi https://ai4privacy.com, và tính năng chính của nó là "Ai4Privacy Extension helps protect personal data with ChatGPT AI interactions, anonymising sensitive info for secure AI usage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ai4Privacy - Privacy feature for ChatGPT

Tải xuống các tệp mở rộng Ai4Privacy - Privacy feature for ChatGPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ai4Privacy - Privacy feature for ChatGPT Ai4Privacy - Privacy feature for ChatGPT
ID lommhelddgnkakmpabmpipkebhejihgm
URL Chính Thức https://chromewebstore.google.com/detail/ai4privacy-privacy-featur/lommhelddgnkakmpabmpipkebhejihgm
Mô tả Ai4Privacy Extension helps protect personal data with ChatGPT AI interactions, anonymising sensitive info for secure AI usage.
Kích Thước Tệp 46.5 MB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2023-12-11
Ngày Phát Hành 2023-05-04
Đánh Giá 4.98/5 Tổng số 40 Đánh Giá
Nhà Phát Triển https://ai4privacy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ai4privacy.com/
URL Trang Trợ Giúp https://ai4privacy.com/customer-support/
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}