ChatGPT File Uploader Extended
ChatGPT File Uploader Extended - Upload various file types to ChatGPT
ما هو ChatGPT File Uploader Extended؟
ChatGPT File Uploader Extended هو إضافة Chrome تم تطويرها بواسطة ariburaco، والميزة الرئيسية لها هي "ChatGPT File Uploader Extended - Upload various file types to ChatGPT".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ChatGPT File Uploader Extended
قم بتنزيل ملفات الامتداد ChatGPT File Uploader Extended بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ChatGPT File Uploader Extended - Upload various file types to ChatGPT
معلومات أساسية عن التمديد
الاسم | ChatGPT File Uploader Extended |
ID | knlkgeejhbklfnkbjhnmjbcabeokphpn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chatgpt-file-uploader-ext/knlkgeejhbklfnkbjhnmjbcabeokphpn |
الوصف | ChatGPT File Uploader Extended - Upload various file types to ChatGPT |
حجم الملف | 784 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.5.1 |
آخر تحديث | 2024-02-12 |
تاريخ النشر | 2024-02-12 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | ariburaco |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.freeprivacypolicy.com/blog/privacy-policy-url |
اللغات المدعومة | 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" ] } |