AssistGram

The AI Comment Assistant for Instagram is an innovative browser extension designed to make your commenting on Instagram.

ما هو AssistGram؟

AssistGram هو إضافة Chrome تم تطويرها بواسطة hey.vmartin، والميزة الرئيسية لها هي "The AI Comment Assistant for Instagram is an innovative browser extension designed to make your commenting on Instagram.".

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

screenshot

تحميل ملف CRX للإضافة AssistGram

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

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

                        The AI Comment Assistant for Instagram is an innovative browser extension designed to make your commenting on Instagram more engaging, intelligent, and efficient. By harnessing the power of the OpenAI GPT-3 model, this extension assists users in crafting meaningful and relevant comments on Instagram posts in a matter of seconds.

Features:

AI-Powered Responses: Utilize the latest AI technology to generate smart and relevant responses to comments on Instagram.

Time-Saving: Don't spend minutes thinking about what to say - get instant suggestions that can be posted immediately or used as inspiration.

Easy to Use: Simple, user-friendly interface with a one-click button to get AI suggestions for your comments.

Customizable: The AI takes into account the length and context of the original comment to generate a coherent and concise response.

How does it work?

Installation: Simply add the AI Comment Assistant extension to your Chrome browser.

Navigate to Instagram: Go to Instagram and scroll through posts as you normally would.

Use AI to Comment: When you come across a post you want to comment on, click on the "A+I Reply" button next to the comment section. The AI will then generate a response which you can review, edit, and post.

Customize: If desired, you can customize the AI's response before posting it.

Note:
This extension uses the OpenAI GPT-3 model to generate responses. The accuracy and relevance of responses can vary.

Whether you're a social media manager, a content creator, or just an Instagram user looking to enhance your commenting game, the AI Comment Assistant for Instagram is a must-have tool that will revolutionize the way you interact with content.

Join the future of social media commenting with AI Comment Assistant for Instagram!                    

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

الاسم AssistGram AssistGram
ID gpopknmkhfjfelcjpbiknplhokgmmafg
عنوان URL الرسمي https://chromewebstore.google.com/detail/assistgram/gpopknmkhfjfelcjpbiknplhokgmmafg
الوصف The AI Comment Assistant for Instagram is an innovative browser extension designed to make your commenting on Instagram.
حجم الملف 755 KB
عدد التثبيتات 22
النسخة الحالية 6.0
آخر تحديث 2023-08-21
تاريخ النشر 2023-08-03
المطور hey.vmartin
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.squaremedia.io/
عنوان صفحة سياسة الخصوصية https://www.ongtamounte.org/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AssistGram",
    "version": "6.0",
    "description": "The AI Comment Assistant for Instagram is an innovative browser extension designed to make your commenting on Instagram.",
    "permissions": [
        "https:\/\/www.instagram.com\/*",
        "https:\/\/api.openai.com\/*",
        "storage",
        "identity"
    ],
    "icons": {
        "48": ".\/src\/icons\/logo_assistgram_48x48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "answer.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": ".\/src\/icons\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "oauth2": {
        "client_id": "388878757853-st0fqtbr4bsijfhvnnn9pcqkemfsrjbb.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgRtoQdnl1hsFmmFap4Z+tklVKpsyaeYaHLju2tuPxyN5YfOq4OEcqiyW6RX7vom5DE9Whv1YLLwGgvtToFPoH\/WFLdr5oR02l4RK1W886j1TXydAsW\/gwOplc4Q3VbYnwnm8238wzp5yJXPAnmtvRrk7UZqB9yVP9YCZFIzdqFtP6Sx1L9SHen4MlHrz9+vHpGTQ8GwqiL2BvMDjjbc04tlunAVhAGR9kcIl4MmtSQTLK9dLsGoSgIL186JVJvghmdLxBRc\/jjR14YjVhmbD5+uAL4LRA+jc7RylF0pKiODugizSEF6Cjph4mTGCpWYT442+DwozdsQ7eRUWK4xJjwIDAQAB"
}