Pimp My Chat
Improve the user experience of ChatGPT and add missing features like: Search your Chat History
Apa itu Pimp My Chat?
Pimp My Chat adalah ekstensi Chrome yang dikembangkan oleh florian.standhartinger, dan fitur utamanya adalah "Improve the user experience of ChatGPT and add missing features like: Search your Chat History".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pimp My Chat
Unduh file ekstensi Pimp My Chat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Improve the user experience of ChatGPT and add missing features like: Search your Chat History
Informasi Dasar Ekstensi
Nama | Pimp My Chat |
ID | bdepgidiiieegfdiaijfmgjbohpgolpa |
URL Resmi | https://chromewebstore.google.com/detail/pimp-my-chat/bdepgidiiieegfdiaijfmgjbohpgolpa |
Deskripsi | Improve the user experience of ChatGPT and add missing features like: Search your Chat History |
Ukuran File | 1.47 MB |
Jumlah Instalasi | 168 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2023-12-30 |
Tanggal Publikasi | 2023-12-29 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | florian.standhartinger |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://gpt-assisted-coding.onrender.com/privacy-pmc.txt |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pimp My Chat", "version": "1.2", "permissions": [ "scripting", "tabs", "webRequest" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ] } ], "host_permissions": [ "https:\/\/chat.openai.com\/" ], "web_accessible_resources": [ { "resources": [ "styles.css", "panel.html", "panel.css", "animate.min.css" ], "matches": [ " |