InstaGrow

This tool can automatically follow all of someone's followers, followings, commenters, or likers for you.

InstaGrow란 무엇입니까?

InstaGrow은(는) COMODEAU에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This tool can automatically follow all of someone's followers, followings, commenters, or likers for you."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

InstaGrow 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This tool can automatically follow all of someone's followers, followings, commenters, or likers for you. 

***** PRO version *****
https://codecanyon.net/item/instagram-automation-tool-instagrow-for-instagram/29056932

************************

The bot is updated fairly often with new features, and the developer is always ready to help.

It has advanced filters to pick and choose which types of accounts to follow/unfollow:
-Minimum and maximum number of followers
-Minimum and maximum number of following
-Minimum and maximum ratio of followers to following
-Minimum and maximum number of posts
-Minimum and maximum last post date
-Account is verified
-Account is not verified
-Account is private
-Account is public
-Follows you
-Doesn't follow you

It can also unfollow for you:
- don't unfollow people who follow you
- whitelist of accounts never to unfollow
- unfollow people who you followed ## of days ago (even if they follow you)
- don't unfollow people who you have been following ## of days or less (give them a chance to see you followed them before unfollowing)

It can also automatically like media from your feed.  

It can also automatically like media from a given hashtag.

It waits between actions so as to not be blocked by Instagram's rate limits.  When rate limited, it will automatically retry at an interval of your choosing.                    

확장 프로그램 기본 정보

이름 InstaGrow InstaGrow
ID mdagbgopbgheooemoanlkaomlnbiicmp
공식 URL https://chrome.google.com/webstore/detail/instagrow/mdagbgopbgheooemoanlkaomlnbiicmp
설명 This tool can automatically follow all of someone's followers, followings, commenters, or likers for you.
파일 크기 423 KB
설치 횟수 6,000
현재 버전 0.1.0
최근 업데이트 2020-11-23
출시 날짜 2020-11-23
평점 3.75/5 총 4 개의 평점
개발자 COMODEAU
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://codecanyon.net/item/instagram-automation-tool-instagrow-for-instagram/29056932
도움말 페이지 URL https://codecanyon.net/item/instagram-automation-tool-instagrow-for-instagram/29056932
개인정보 보호 정책 페이지 URL https://sites.google.com/view/comodeau
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "buy.js",
            "backgroundscript.js",
            "hot-reload.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "contentscript.css",
                "bootstrap.min.css"
            ],
            "js": [
                "jquery.min.js",
                "wNumb.js",
                "nouislider.js",
                "split.js",
                "bootstrap.min.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*.instagram.com\/*",
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.growbotforfollowers.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "This tool can automatically follow all of someone's followers, followings, commenters, or likers for you. ",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2,
    "name": "InstaGrow",
    "permissions": [
        "tabs",
        "http:\/\/*.instagram.com\/*",
        "https:\/\/*.instagram.com\/*",
        "storage",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.0",
    "web_accessible_resources": [
        "*.*"
    ]
}