InsGrow - IG automation tool

Engage with Instagram followers & unfollow fake followers automatically

InsGrow - IG automation tool란 무엇입니까?

InsGrow - IG automation tool은(는) https://www.listmore.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Engage with Instagram followers & unfollow fake followers automatically"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

InsGrow - IG automation tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        InsGrow is a tool for anyone with a Instagram profile that wants to get more out of their social network.

You can get all the infomation of competitor’s followers, filter the qualified target user and engage with them.

Or you can find the fake followers of yours and unfollow them in bulk to optimize your profile.

Features:

✅ Load and filter all the information in the profile page like follower number / biography / email

✅ Follow / unfollow / like user’s recent post in bulk

✅ Export user data to a CSV/Excel file

Grow Your Audience Steps:

1. Find an account similar with your business/hobby.
2. Open its profile page and click InsGrow icon.
3. Choose to load it’s followers or followings
4. Filter the target user or load  profile info then filter again
5. Choose to follow or  like the recent post to engage with the target user
6. Download the user data as a backup at anytime
7. Wait for the user which really like your content to follow back

Optimize Your Profile Steps:

1. Open your own profile page and click InsGrow icon.
2. Click load export
3. Click load  profile info
4. Filter with follower number and other metrics to find the ghost followers
5. Unfollow the filtered followers                    

확장 프로그램 기본 정보

이름 InsGrow - IG automation tool InsGrow - IG automation tool
ID hplclbeljhejdedfgejofghcipfpfgbf
공식 URL https://chromewebstore.google.com/detail/insgrow-ig-automation-too/hplclbeljhejdedfgejofghcipfpfgbf
설명 Engage with Instagram followers & unfollow fake followers automatically
파일 크기 892 KB
설치 횟수 1,064
현재 버전 4.7.2
최근 업데이트 2024-03-03
출시 날짜 2022-03-07
평점 3.40/5 총 5 개의 평점
개발자 https://www.listmore.info
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.listmore.info/insgrow/faq?from=webstore
개인정보 보호 정책 페이지 URL https://listmore.notion.site/Privacy-Policy-1b8454dbdaa54b4590b3b8988b4c2e08
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "InsGrow - IG automation tool",
    "version": "4.7.2",
    "description": "Engage with Instagram followers & unfollow fake followers automatically",
    "action": {
        "default_icon": ".\/assets\/icon-128.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icon-16.png",
        "48": ".\/assets\/icon-48.png",
        "128": ".\/assets\/icon-128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "cookies",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.listmore.info\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*?ext=G&cmd=export&uuid=*"
            ],
            "js": [
                "dist\/exportPanel\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/exportPanel\/style.css",
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}