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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EH ICT Centre และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EH Instagram Assistant Tool

ดาวน์โหลดไฟล์ส่วนขยาย EH Instagram Assistant Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}