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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.facebook.com/ehict
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}