ShareGPT: Share your ChatGPT conversations
ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.
What is ShareGPT: Share your ChatGPT conversations?
ShareGPT: Share your ChatGPT conversations is a Chrome extension developed by dom.eccleston, and its main feature is "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.".
Extension Screenshots
Download ShareGPT: Share your ChatGPT conversations Extension CRX File
Download ShareGPT: Share your ChatGPT conversations extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Easily share permanent links to ChatGPT conversations with your friends.
Extension Basic Information
Name | ShareGPT: Share your ChatGPT conversations |
ID | daiacboceoaocpibfodeljbdfacokfjb |
Official URL | https://chromewebstore.google.com/detail/sharegpt-share-your-chatg/daiacboceoaocpibfodeljbdfacokfjb |
Description | ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click. |
File Size | 56.12 KB |
Installation Count | 53,990 |
Current Version | 1.1.0 |
Last Updated | 2023-06-16 |
Publish Date | 2022-12-06 |
Rating | 2.83/5 Total 75 Ratings |
Developer | dom.eccleston |
[email protected] | |
Payment Type | free |
Extension Website | https://sharegpt.com |
Help Page URL | https://twitter.com/dom__inic |
Privacy Policy Page URL | https://domeccleston.notion.site/Privacy-Policy-73a5302dc77349a6892d632d975582bf |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShareGPT: Share your ChatGPT conversations", "description": "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.", "version": "1.1.0", "manifest_version": 3, "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_icon": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "default_title": "Login to ShareGPT", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "index.js" ], "run_at": "document_end" } ], "host_permissions": [ "https:\/\/sharegpt.com\/*" ] } |