IG Comment Bot - Comment bot for Instagram

IGCommentBot is smart IG comment bot for Instagram, automatically comment on other Posts, increase exposure and gain more followers

IG Comment Bot - Comment bot for Instagram란 무엇입니까?

IG Comment Bot - Comment bot for Instagram은(는) Converts Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "IGCommentBot is smart IG comment bot for Instagram, automatically comment on other Posts, increase exposure and gain more followers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

IG Comment Bot - Comment bot for Instagram 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        IG Comment Bot - Comment bot for Instagram, engage with your target audience using comment.

🆕 New Update v1.1.1
✓ Spin syntax supported
✓ Fix some issues

# Features
✓ Comment by Hashtag
✓ Comment by Location	
✓ Comment My Feed	
✓ Comment User's Followers	
✓ Comment User's Followings
✓ Customized random text comments
✓ Spin syntax supported

# How to get started?
1. Create a Comment List, we have created one for you
2. Create a bot, we also have created one for you and select a Comment List
3. Just run the bot, so simple.

# FAQ
https://igcommentbot.converts.cc/#faq
If you have any problems, don't hesitate to contact us at [email protected].

If the bot is working, and if you restart your browser, you may need to click the pause button to PAUSE the bot first, then click the CONTINUE button to let the bot continue to work.

# Data Privacy
All the data you process is on your local computer and never passes through our servers.

# Statement
The extension is designed to reduce repetitive work, you shouldn't and can't send a lot of spam, in which case IG will ban your account soon.

INSTAGRAM is a trademark of Instagram, LLC. IG Comment Bot is not affiliated with, endorsed, sponsored, or otherwise related to INSTAGRAM, Inc. or any of its affiliates or subsidiaries.                    

확장 프로그램 기본 정보

이름 IG Comment Bot - Comment bot for Instagram IG Comment Bot - Comment bot for Instagram
ID meeealhlhpoijocioniopliafokiibfn
공식 URL https://chrome.google.com/webstore/detail/ig-comment-bot-comment-bo/meeealhlhpoijocioniopliafokiibfn
설명 IGCommentBot is smart IG comment bot for Instagram, automatically comment on other Posts, increase exposure and gain more followers
파일 크기 1.62 MB
설치 횟수 65
현재 버전 1.1.1
최근 업데이트 2022-10-03
출시 날짜 2022-08-14
평점 5.00/5 총 5 개의 평점
개발자 Converts Team
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://igcommentbot.converts.cc
개인정보 보호 정책 페이지 URL https://converts.cc/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IG Comment Bot - Comment bot for Instagram",
    "description": "IGCommentBot is smart IG comment bot for Instagram, automatically comment on other Posts, increase exposure and gain more followers",
    "version": "1.1.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApj6Vke9qagZHYqTK3g4rHlctfQMaWjzMNtlVWY\/qaIQO4KtdQ+F1s3hrC1ARdUfFTM7bkp6MzXopNPcQLGjJg8eQSKyqJ8tyGEIJZ\/TBef+T\/Z+uAp3TzPKON5uwfzkBXd0g7UC2giX8jzNvH\/BUCPb94jH0VlFUUzs1jmjoVmfIQcIL+nV2kdbAE\/89YEvleEJUxnPNOjpNqSCUhbeOg7WSZ63N5Fd7RJij32FM9cwyUGh78SSUKE7GDoM2FDtSkzXvHDCVNKSAsaFQTe4u0lMLY3rI3\/KW+9mXkNWV56\/GaNvw6hLN3wOURmwp6FuoVu0iqEGER5SYe8SrArMyIwIDAQAB",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/meeealhlhpoijocioniopliafokiibfn",
    "manifest_version": 3,
    "oauth2": {
        "client_id": "117382261447-sh5j2iit57tq4ncc6ad8r2bdf0s4loum.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ],
        "web_client_id": "117382261447-1ba93u5t1mq4n8bgk823hjeusn0un5eq.apps.googleusercontent.com"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "16": "public\/lib\/images\/logo_16.png",
        "32": "public\/lib\/images\/logo_32.png",
        "48": "public\/lib\/images\/logo_48.png",
        "128": "public\/lib\/images\/logo_128.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "identity",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.converts.cc\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "public\/lib\/js\/jquery-3.5.1.min.js",
                "Content.js"
            ],
            "css": [
                "css\/Content.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "public\/lib\/images\/*"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html"
    }
}