ChatGPT File Uploader Extended

ChatGPT File Uploader Extended - Upload various file types to ChatGPT

What is ChatGPT File Uploader Extended?

ChatGPT File Uploader Extended is a Chrome extension developed by ariburaco, and its main feature is "ChatGPT File Uploader Extended - Upload various file types to ChatGPT".

Extension Screenshots

screenshot

Download ChatGPT File Uploader Extended Extension CRX File

Download ChatGPT File Uploader Extended extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ChatGPT File Uploader Extended - Upload various file types to ChatGPT                    

Extension Basic Information

Name ChatGPT File Uploader Extended ChatGPT File Uploader Extended
ID knlkgeejhbklfnkbjhnmjbcabeokphpn
Official URL https://chromewebstore.google.com/detail/chatgpt-file-uploader-ext/knlkgeejhbklfnkbjhnmjbcabeokphpn
Description ChatGPT File Uploader Extended - Upload various file types to ChatGPT
File Size 784 KB
Installation Count 1,000
Current Version 1.5.1
Last Updated 2024-02-12
Publish Date 2024-02-12
Rating 5.00/5 Total 1 Ratings
Developer ariburaco
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/blog/privacy-policy-url
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT File Uploader Extended",
    "version": "1.5.1",
    "description": "ChatGPT File Uploader Extended - Upload various file types to ChatGPT",
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chat.zhile.io\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chat.zhile.io\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}