Growth Hacking for Instagram

We help you gain real and active followers on Instagram, plain and simple.

什麼是Growth Hacking for Instagram?

Growth Hacking for Instagram是由http://growth-hacking-insta.com開發的Chrome擴展程式,該擴展的主要功能是“We help you gain real and active followers on Instagram, plain and simple.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Growth Hacking for Instagram擴展crx文件

下載Growth Hacking for Instagram擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        (and for free)

We provide the most efficient algorithm on the market for finding accounts to follow. This new algorithm dramatically reduces calls to Instagram™ over time, therefore protecting your account.

Most other applications will encourage you to follow any account and you will most likely end up with ghosts followers (people that are not interested by your contents and will never like or comment them). Our goal is to help people gain real and active followers, you can read more about our philosophy on our site, and why ghost followers are real bad for your account.

If you've tried some of our competitors, you will have noticed how poor the user experience is. Most of them are what we call “technical interfaces”, it was developed by engineers for engineers.
We took special care to develop a very comprehensive user interface, simple to use, easy to understand, and pretty.

1️⃣ Features
• A wizard to help you optimize, in a few clicks, the configuration of the application according to your account.
• Automated tasks, to schedule your daily tasks, like follow this many accounts at that time, refresh my followings/followers at that time, unfollow accounts at that time, and so forth.
• Auto-like the posts in your feed.
• Export the list of followings/followers.
• Search the list of followings/followers, ghost followers, and not following-back accounts.

2️⃣ Follow features
• Find accounts to follow from a list of accounts.
• Find accounts to follow from a list of searches.
• Find accounts to follow from a list of places.
• Manually enter a list of accounts to follow.
• Automatically give a certain number of likes just after having followed an account.
• Very simple filters to determine which accounts will be followed (we provide clear guidelines on what values to pick for each).

3️⃣ Unfollow features
• Unfollow accounts, followed by the application, that did not follow you back in a certain time span.
• Unfollow accounts, not followed by the application, that are not following you back.
• Unfollow accounts that are ghost followers (that did not like or comment your N last posts).
• Remove the likes given by the application after following an account.

4️⃣ Stats features
• A complete statistics page, with very useful information such as:
    • which originating accounts/searches/locations provided the most follow-backs,
    • how many likes and comments come from accounts followed by the application,
    • your top likers/commenters,
    • many other KPI to help you optimize the configuration of the application.

5️⃣ Other features
• Respect Instagram's limits to avoid having the infamous 429 error.
• Respect your privacy, we don't hold any personal information on our servers, we don't transfer to our server your Instagram's cookies, everything is run from your browser.

⚠️ Disclaimer
Instagram™ is a trademark of Instagram Inc., registered in the U.S. and other countries. "Growth Hacking for Instagram" has no relationship to Instagram™ or Instagram Inc, nor is it endorsed or certified by Instagram™.                    

擴展基本資訊

名稱 Growth Hacking for Instagram Growth Hacking for Instagram
ID aeghnaheloppadnjdhfjmcjpngdpfgak
官方網址 https://chrome.google.com/webstore/detail/growth-hacking-for-instag/aeghnaheloppadnjdhfjmcjpngdpfgak
簡介 We help you gain real and active followers on Instagram, plain and simple.
檔案大小 3.19 MB
安裝次數 1,000
目前版本 0.2.41
更新時間 2022-07-08
上架時間 2020-10-12
評分 3.70/5 共 10 次評分
開發者 http://growth-hacking-insta.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://growth-hacking-insta.com/gdpr.html
支援的語言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.2.41",
    "homepage_url": "https:\/\/growth-hacking-insta.com\/",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "*:\/\/*.instagram.com\/*\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/app.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}