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…

Was ist EH Instagram Assistant Tool?

EH Instagram Assistant Tool ist eine Chrome-Erweiterung, die von EH ICT Centre entwickelt wurde, und ihr Hauptmerkmal ist "Add "EH Instagram Auto Follower" toolbar at Instagram page. This tool assist you to follow others to attract them to follow you…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

EH Instagram Assistant Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie EH Instagram Assistant Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name EH Instagram Assistant Tool EH Instagram Assistant Tool
ID oeeecfokpeeojkochmmkdbgejfcdohkd
Offizielle URL https://chromewebstore.google.com/detail/eh-instagram-assistant-to/oeeecfokpeeojkochmmkdbgejfcdohkd
Beschreibung Add "EH Instagram Auto Follower" toolbar at Instagram page. This tool assist you to follow others to attract them to follow you…
Dateigröße 172 KB
Installationsanzahl 58
Aktuelle Version 2023.10.02.01
Letztes Update 2023-10-04
Veröffentlichungsdatum 2023-04-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler EH ICT Centre
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://www.facebook.com/ehict
URL der Datenschutzrichtlinien-Seite https://licensing.ehict.com/privacy.pdf
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}