InstaGrow

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

InstaGrow क्या है?

InstaGrow COMODEAU द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में InstaGrow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
        "*.*"
    ]
}