Pimp My Chat
Improve the user experience of ChatGPT and add missing features like: Search your Chat History
Cos'è Pimp My Chat?
Pimp My Chat è un'estensione di Chrome sviluppata da florian.standhartinger, e la sua funzione principale è "Improve the user experience of ChatGPT and add missing features like: Search your Chat History".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pimp My Chat
Scarica i file di estensione Pimp My Chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Improve the user experience of ChatGPT and add missing features like: Search your Chat History
Informazioni di Base sull'Estensione
Nome | Pimp My Chat |
ID | bdepgidiiieegfdiaijfmgjbohpgolpa |
URL Ufficiale | https://chromewebstore.google.com/detail/pimp-my-chat/bdepgidiiieegfdiaijfmgjbohpgolpa |
Descrizione | Improve the user experience of ChatGPT and add missing features like: Search your Chat History |
Dimensione del File | 1.47 MB |
Conteggio Installazioni | 168 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2023-12-30 |
Data di Pubblicazione | 2023-12-29 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | florian.standhartinger |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://gpt-assisted-coding.onrender.com/privacy-pmc.txt |
Lingue Supportate | 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": [ " |