ReplyGPT

AI-powered media assistant. Save time by letting AI write your comments. Works with Facebook, LinkedIn, Reddit, Quora and more

What is ReplyGPT?

ReplyGPT is a Chrome extension developed by https://replygpt.com, and its main feature is "AI-powered media assistant. Save time by letting AI write your comments. Works with Facebook, LinkedIn, Reddit, Quora and more".

Extension Screenshots

screenshot
screenshot

Download ReplyGPT Extension CRX File

Download ReplyGPT 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

                        ReplyGPT is an advanced AI-powered Chrome extension that revolutionizes your social media experience. 

With ReplyGPT, you can effortlessly engage and interact across platforms such as Facebook, LinkedIn, Reddit, Twitter, Quora, and more. 

Save time and boost your productivity as ReplyGPT intelligently generates context-aware and engaging responses to comments from other users.

Experience the convenience of AI assistance as ReplyGPT takes care of writing personalized and insightful comments on your behalf.

Enhance your online interactions, increase engagement, and unlock the full potential of social communication with ReplyGPT – your ultimate AI companion.                    

Extension Basic Information

Name ReplyGPT ReplyGPT
ID hjebfjjlollikihnildcmomfkpiejoip
Official URL https://chromewebstore.google.com/detail/replygpt/hjebfjjlollikihnildcmomfkpiejoip
Description AI-powered media assistant. Save time by letting AI write your comments. Works with Facebook, LinkedIn, Reddit, Quora and more
File Size 1.04 MB
Installation Count 85
Current Version 1.2.0
Last Updated 2023-11-27
Publish Date 2023-06-03
Developer https://replygpt.com
Email [email protected]
Payment Type free
Extension Website https://www.replygpt.com
Help Page URL https://www.replygpt.com/contact-us
Privacy Policy Page URL https://www.replygpt.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ReplyGPT",
    "version": "1.2.0",
    "description": "AI-powered media assistant. Save time by letting AI write your comments. Works with Facebook, LinkedIn, Reddit, Quora and more",
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "cookies"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/icons\/ai_talk2.png",
            "48": "assets\/icons\/ai_talk2.png",
            "128": "assets\/icons\/ai_talk2.png",
            "256": "assets\/icons\/ai_talk2.png"
        }
    },
    "host_permissions": [
        "https:\/\/www.replygpt.com\/*",
        "https:\/\/api.replygpt.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.slack.com\/*",
        "*:\/\/*.reddit.com\/*",
        "*:\/\/*.quora.com\/*",
        "*:\/\/*.twitter.com\/*"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/sra_common.css",
                "css\/sra_linkedin.css",
                "css\/sra_facebook.css",
                "css\/sra_slack.css",
                "css\/sra_reddit.css",
                "css\/sra_quora.css",
                "css\/sra_twitter.css",
                "assets\/ai_talk.png",
                "assets\/ai_talk20.png",
                "assets\/ai_talk20.svg",
                "assets\/ai_talk1.svg",
                "assets\/ai_talk2.svg",
                "assets\/fonts\/RacingSansOne-Regular.woff2",
                "assets\/fonts\/RacingSansOne-Regular.woff",
                "assets\/trashcan-black.svg",
                "assets\/trashcan-green.svg",
                "assets\/info.svg",
                "assets\/smiley.svg"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "icons": {
        "16": "assets\/icons\/ai_talk2.png",
        "48": "assets\/icons\/ai_talk2.png",
        "128": "assets\/icons\/ai_talk2.png",
        "256": "assets\/icons\/ai_talk2.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}