Social Comments GPT

Create engaging comments on social media, powered by ChatGPT

ما هو Social Comments GPT؟

Social Comments GPT هو إضافة Chrome تم تطويرها بواسطة chcepe، والميزة الرئيسية لها هي "Create engaging comments on social media, powered by ChatGPT".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Social Comments GPT

قم بتنزيل ملفات الامتداد Social Comments GPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A chrome extension that creates engaging comments on social media, powered by OpenAI's ChatGPT. 

This extension can be a time-saver for professionals or influencers looking to increase their engagement, reach, and leads.

Currently supports LinkedIn, Instagram, and Twitter.

Version 1.6.3: Update model to turbo, fix Instagram support                    

معلومات أساسية عن التمديد

الاسم Social Comments GPT Social Comments GPT
ID ejjbbgjlkpckpfkdmgafjpchcddbflpd
عنوان URL الرسمي https://chromewebstore.google.com/detail/social-comments-gpt/ejjbbgjlkpckpfkdmgafjpchcddbflpd
الوصف Create engaging comments on social media, powered by ChatGPT
حجم الملف 180 KB
عدد التثبيتات 5,450
النسخة الحالية 1.6.3
آخر تحديث 2024-01-12
تاريخ النشر 2023-01-23
تقييم 2.81/5 مجموع تقييمات 21
المطور chcepe
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://social-comments-gpt.com/
عنوان صفحة سياسة الخصوصية https://social-comments-gpt.com/privacy
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Social Comments GPT",
    "description": "Create engaging comments on social media, powered by ChatGPT",
    "version": "1.6.3",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/linkedin.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/instagram.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/social-comments-gpt-site.vercel.app\/",
        "https:\/\/social-comments-gpt.com\/"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}