IGCommentBot - Comment bot for Instagram

Increase exposure and gain more followers by automatically comment and like other peoples' posts.

IGCommentBot - Comment bot for Instagramคืออะไร?

IGCommentBot - Comment bot for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://getwecomments.com และคุณลักษณะหลักของมันคือ "Increase exposure and gain more followers by automatically comment and like other peoples' posts."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IGCommentBot - Comment bot for Instagram

ดาวน์โหลดไฟล์ส่วนขยาย IGCommentBot - Comment bot for Instagram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A chrome extension made for people who want to grow more instagram follower.

HOW DOES IT WORK?

IGCommentBot is the perfect automation tool if you want to increase your followers and your popularity, also perfect for Instagram Marketers.

This extension will automatically comments and likes Instagram posts (picture or video).

It is really easy to use, start to increase your number of followers just install IGCommentBot.

FEATURES

* Comment and like by Hashtags
* Comment and like by locations
* Comment and like by your feed
* Comment and like by user's followers
* Comment and like by user's followings
* Comment and like by users' feeds

SECURE

IGCommentBot do not require your IG password.
All data is processed in your local computer, it is never passing through our web server, no one knows what you exported.

NOTICE

Mass or frequent comments might get restricted by IG, use it at your own risk.

Copyright notice:
IGCommentBot was developed by WeComments Team. It is not affiliated with nor endorsed by Instagram Inc. Instagram™ is a trademark of Instagram Inc. All Instagram icons, images and copyrights are the property of Instagram Inc.

SUPPORT

Questions? Drop us a line at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IGCommentBot - Comment bot for Instagram IGCommentBot - Comment bot for Instagram
ID koliafcpnoflfpbjofbcopkelkklchco
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/igcommentbot-comment-bot/koliafcpnoflfpbjofbcopkelkklchco
คำอธิบาย Increase exposure and gain more followers by automatically comment and like other peoples' posts.
ขนาดไฟล์ 1.11 MB
จำนวนการติดตั้ง 504
เวอร์ชันปัจจุบัน 1.3.8
อัปเดตครั้งล่าสุด 2022-07-31
วันที่เผยแพร่ 2021-12-30
คะแนน 1.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://getwecomments.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ig-comment-bot.getwecomments.com/
URL หน้านโยบายความเป็นส่วนตัว https://getwecomments.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "oauth2": {
        "client_id": "628184170891-bt7g98b2hea3eguq6gic96ekia5n8f8c.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxLeHAx1B1AazzODUY3C349H4Z8Glt4hbB2diGtMABZ7DbADlF\/wZPAxkaY7YAtukfxIdpnLLfaDkpdWxJSNRlxnEWvJcNneDqV3K0TEDNZ1ShpZBb2lOQByWQ1Qm\/jXhUNZJaPD1rEA62AV6zFlYPIu4jICJKcgegNLgfltGw3l4IhpqmuKG7BYEXPsIGQqTd6vmo4aXb12WihmdzJXBs\/W+tOw2SNLbpgSyQJHL9hcK4hTQSU5iFykDH2yqIg6fZQfoTER6Qc8C\/\/C+tj4YuYwCy9aSTzEeoCR2bKsP8EpsNngYKjn7UFEeYnK\/C\/k94Yh0VQm0Wl9tIbfVFdP+PwIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ],
    "version": "1.3.8"
}