IG Commenter - Comment Bot for Instagram

IG Commenter is a powerfull IG comment bot for Instagram, it brings attention to your account by commenting posts on your behalf.

IG Commenter - Comment Bot for Instagram là gì?

IG Commenter - Comment Bot for Instagram là một tiện ích mở rộng Chrome được phát triển bởi WeBooster Team, và tính năng chính của nó là "IG Commenter is a powerfull IG comment bot for Instagram, it brings attention to your account by commenting posts on your behalf.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IG Commenter - Comment Bot for Instagram

Tải xuống các tệp mở rộng IG Commenter - Comment Bot for Instagram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        YOU CAN
* Comment by tags
* Comment by your feed
* Comment by locations
* Comment by user's followers
* Comment by user's followings

SIMPLE
* It takes less than 1 minute to set up.
* IG Comment Bot follows "Set It and Forget It" principle.
* IG Comment Bot works in background. You don't need to keep Instagram page open for it to work.

SECURE
* IG Comment Bot doesn’t need your Instagram username or password to operate.
* IG Comment Bot doesn’t send your Instagram activity to a remote server. Your data is secure.
* IG Comment Bot works from your local IP address. It is more secure comparing to the cloud based services that share one IP address for a dozen of users.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IG Commenter - Comment Bot for Instagram IG Commenter - Comment Bot for Instagram
ID cppdkkmhgelkpenlcongekfpmcahegic
URL Chính Thức https://chrome.google.com/webstore/detail/ig-commenter-comment-bot/cppdkkmhgelkpenlcongekfpmcahegic
Mô tả IG Commenter is a powerfull IG comment bot for Instagram, it brings attention to your account by commenting posts on your behalf.
Kích Thước Tệp 2.04 MB
Số Lần Cài Đặt 2,231
Phiên Bản Hiện Tại 1.2.6
Cập Nhật Lần Cuối 2022-06-22
Ngày Phát Hành 2021-04-04
Đánh Giá 3.54/5 Tổng số 26 Đánh Giá
Nhà Phát Triển WeBooster Team
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://getwebooster.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IG Commenter - Comment Bot for Instagram",
    "description": "IG Commenter is a powerfull IG comment bot for Instagram, it brings attention to your account by commenting posts on your behalf.",
    "version": "1.2.6",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/logo_active.png",
        "128": "icons\/[email protected]"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/logo.png",
            "24": "icons\/logo.png",
            "32": "icons\/logo.png"
        },
        "default_title": "IG Comment Bot",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.sentry.io\/*",
        "cookies",
        "storage"
    ],
    "web_accessible_resources": [
        "libs\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com\/ https:\/\/www.google-analytics.com; object-src 'self'"
}