InstaGrow

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

Co to jest InstaGrow?

InstaGrow to rozszerzenie Chrome opracowane przez COMODEAU, a jego główną funkcją jest „This tool can automatically follow all of someone's followers, followings, commenters, or likers for you.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia InstaGrow

Pobierz pliki rozszerzeń InstaGrow w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa InstaGrow InstaGrow
ID mdagbgopbgheooemoanlkaomlnbiicmp
Oficjalny URL https://chrome.google.com/webstore/detail/instagrow/mdagbgopbgheooemoanlkaomlnbiicmp
Opis This tool can automatically follow all of someone's followers, followings, commenters, or likers for you.
Rozmiar pliku 423 KB
Liczba instalacji 6,000
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2020-11-23
Data Publikacji 2020-11-23
Ocena 3.75/5 Łącznie 4 Oceny
Deweloper COMODEAU
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://codecanyon.net/item/instagram-automation-tool-instagrow-for-instagram/29056932
Adres URL Strony Pomocy https://codecanyon.net/item/instagram-automation-tool-instagrow-for-instagram/29056932
Adres URL Strony Polityki Prywatności https://sites.google.com/view/comodeau
Obsługiwane Języki 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": [
        "*.*"
    ]
}