EH Instagram Assistant Tool

Add "EH Instagram Auto Follower" toolbar at Instagram page. This tool assist you to follow others to attract them to follow you…

EH Instagram Assistant Tool란 무엇입니까?

EH Instagram Assistant Tool은(는) EH ICT Centre에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add "EH Instagram Auto Follower" toolbar at Instagram page. This tool assist you to follow others to attract them to follow you…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

EH Instagram Assistant Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Add "EH Instagram Auto Follower" toolbar at Instagram page.

This tool assist you to follow others to attract them to follow you back result in increasing your followers without violating Instagram policy


Revision:
v2023.10.02.01
- Improve follow/unfollow decision by tool
- Reduce cooling time

v2023.06.06.01
- Add IG API error reset by Switch to Active Tab function

v2023.04.27.01
- Add "How to Use" menu
- Fix minor protection bug

v2023.04.23.01
- First published version                    

확장 프로그램 기본 정보

이름 EH Instagram Assistant Tool EH Instagram Assistant Tool
ID oeeecfokpeeojkochmmkdbgejfcdohkd
공식 URL https://chromewebstore.google.com/detail/eh-instagram-assistant-to/oeeecfokpeeojkochmmkdbgejfcdohkd
설명 Add "EH Instagram Auto Follower" toolbar at Instagram page. This tool assist you to follow others to attract them to follow you…
파일 크기 172 KB
설치 횟수 58
현재 버전 2023.10.02.01
최근 업데이트 2023-10-04
출시 날짜 2023-04-23
평점 5.00/5 총 1 개의 평점
개발자 EH ICT Centre
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.facebook.com/ehict
개인정보 보호 정책 페이지 URL https://licensing.ehict.com/privacy.pdf
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EH Instagram Assistant Tool",
    "version": "2023.10.02.01",
    "icons": {
        "128": "img\/icon128.png",
        "256": "img\/icon256.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/thirdParty\/jquery-3.6.3.min.js",
                "js\/common.js",
                "js\/errorCodeEngine.js",
                "js\/data\/errorCode_en-US.js",
                "js\/data\/labelDB.js",
                "js\/core\/api.js",
                "js\/core\/pageLoad.js",
                "js\/core\/EHMessageBox.js",
                "js\/core\/EHValidator.js",
                "js\/content.js"
            ],
            "css": [
                "css\/eh-checkbox.css",
                "css\/eh-animation.css",
                "css\/custom.css",
                "css\/eh-icons.css",
                "css\/pageLoad.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/icons\/*",
                "template\/*"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ]
}