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…

Hvad er EH Instagram Assistant Tool?

EH Instagram Assistant Tool er en Chrome-udvidelse udviklet af EH ICT Centre, og dens hovedfunktion er "Add "EH Instagram Auto Follower" toolbar at Instagram page. This tool assist you to follow others to attract them to follow you…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download EH Instagram Assistant Tool-udvidelses-CRX-fil

Download EH Instagram Assistant Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn EH Instagram Assistant Tool EH Instagram Assistant Tool
ID oeeecfokpeeojkochmmkdbgejfcdohkd
Officiel URL https://chromewebstore.google.com/detail/eh-instagram-assistant-to/oeeecfokpeeojkochmmkdbgejfcdohkd
Beskrivelse Add "EH Instagram Auto Follower" toolbar at Instagram page. This tool assist you to follow others to attract them to follow you…
Filstørrelse 172 KB
Antal Installationer 58
Nuværende Version 2023.10.02.01
Senest Opdateret 2023-10-04
Udgivelsesdato 2023-04-23
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler EH ICT Centre
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://www.facebook.com/ehict
URL til Fortrolighedspolitik Side https://licensing.ehict.com/privacy.pdf
Understøttede Sprog 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\/*"
            ]
        }
    ]
}