Pimp My Chat
Improve the user experience of ChatGPT and add missing features like: Search your Chat History
Hvad er Pimp My Chat?
Pimp My Chat er en Chrome-udvidelse udviklet af florian.standhartinger, og dens hovedfunktion er "Improve the user experience of ChatGPT and add missing features like: Search your Chat History".
Udvidelsesskærmbilleder
Download Pimp My Chat-udvidelses-CRX-fil
Download Pimp My Chat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Improve the user experience of ChatGPT and add missing features like: Search your Chat History
Grundlæggende oplysninger om udvidelsen
Navn | Pimp My Chat |
ID | bdepgidiiieegfdiaijfmgjbohpgolpa |
Officiel URL | https://chromewebstore.google.com/detail/pimp-my-chat/bdepgidiiieegfdiaijfmgjbohpgolpa |
Beskrivelse | Improve the user experience of ChatGPT and add missing features like: Search your Chat History |
Filstørrelse | 1.47 MB |
Antal Installationer | 168 |
Nuværende Version | 1.2 |
Senest Opdateret | 2023-12-30 |
Udgivelsesdato | 2023-12-29 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | florian.standhartinger |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://gpt-assisted-coding.onrender.com/privacy-pmc.txt |
Understøttede Sprog | 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": [ " |