IG Booster - Automation tool for Instagram

Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers

IG Booster - Automation tool for Instagram란 무엇입니까?

IG Booster - Automation tool for Instagram은(는) http://nicext.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

IG Booster - Automation tool for Instagram 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ▬▬▬▬▬▬ FEATURES ▬▬▬▬▬▬ 
Automate likes on Instagram.
Automate follows on Instagram.
Automate comments on Instagram.
Automate DMs on Instagram.

▬▬▬▬▬▬ Notice ▬▬▬▬▬▬
- Respect the community well and don't SPAM. Mass and frequent actions might get your account restricted or even permanent blocked. Use it at your own risk.
- The bot do not require your IG password. 
- The data is stored locally and will not transmit any of your personal data on the network

▬▬▬▬▬▬ Support ▬▬▬▬▬▬
[email protected]                    

확장 프로그램 기본 정보

이름 IG Booster - Automation tool for Instagram IG Booster - Automation tool for Instagram
ID nlopdameljpmldkfdkfcmfdfoppbjmob
공식 URL https://chrome.google.com/webstore/detail/ig-booster-automation-too/nlopdameljpmldkfdkfcmfdfoppbjmob
설명 Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers
파일 크기 508 KB
설치 횟수 769
현재 버전 2.0.0
최근 업데이트 2022-10-04
출시 날짜 2021-09-16
평점 4.43/5 총 7 개의 평점
개발자 http://nicext.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://nicext.com/ig-booster/
개인정보 보호 정책 페이지 URL http://nicext.com/comment-exporter-for-ig/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IG Booster - Automation tool for Instagram",
    "description": "Super automation bot for Instagram, it helps you to auto Follow\/Like\/Comment\/DM to increase exposure and gain more followers",
    "version": "2.0.0",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "IG BOOSTER",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "https:\/\/nicext.com\/",
        "https:\/\/*.cdninstagram.com\/*",
        "https:\/\/*.fbcdn.net\/*"
    ]
}