EmbedGPT - Embed ChatGPT content

Share with one click and easily paste externally.

What is EmbedGPT - Embed ChatGPT content?

EmbedGPT - Embed ChatGPT content is a Chrome extension developed by https://embedgpt.vercel.app, and its main feature is "Share with one click and easily paste externally.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download EmbedGPT - Embed ChatGPT content Extension CRX File

Download EmbedGPT - Embed ChatGPT content 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 ChatGPT content with one click.

You can paste it to a forum as an iframe or share it to communities such as Twitter and Reddit.                    

Extension Basic Information

Name EmbedGPT - Embed ChatGPT content EmbedGPT - Embed ChatGPT content
ID nbjoccgcnhjmhpholoagaodhgiehbloa
Official URL https://chromewebstore.google.com/detail/embedgpt-embed-chatgpt-co/nbjoccgcnhjmhpholoagaodhgiehbloa
Description Share with one click and easily paste externally.
File Size 9.15 KB
Installation Count 114
Current Version 1.2.2
Last Updated 2023-04-26
Publish Date 2023-03-02
Rating 3.00/5 Total 2 Ratings
Developer https://embedgpt.vercel.app
Email [email protected]
Payment Type free
Extension Website https://embedgpt.vercel.app
Help Page URL https://embedgpt.vercel.app
Supported Languages en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "version": "1.2.2",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "16x16.png",
            "32": "32x32.png"
        },
        "default_title": "Share Content"
    },
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/c\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "ko"
}