Pimp My Chat
Improve the user experience of ChatGPT and add missing features like: Search your Chat History
Qu'est-ce que Pimp My Chat ?
Pimp My Chat est une extension Chrome développée par florian.standhartinger, et sa fonction principale est "Improve the user experience of ChatGPT and add missing features like: Search your Chat History".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pimp My Chat
Téléchargez les fichiers d'extension Pimp My Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Improve the user experience of ChatGPT and add missing features like: Search your Chat History
Informations de Base sur l'Extension
Nom | Pimp My Chat |
ID | bdepgidiiieegfdiaijfmgjbohpgolpa |
URL Officiel | https://chromewebstore.google.com/detail/pimp-my-chat/bdepgidiiieegfdiaijfmgjbohpgolpa |
Description | Improve the user experience of ChatGPT and add missing features like: Search your Chat History |
Taille du Fichier | 1.47 MB |
Nombre d'Installations | 168 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2023-12-30 |
Date de Publication | 2023-12-29 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | florian.standhartinger |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://gpt-assisted-coding.onrender.com/privacy-pmc.txt |
Langues Prises en Charge | 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": [ " |