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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add "EH Instagram Auto Follower" toolbar at Instagram page. This tool assist you to follow others to attract them to follow you…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EH Instagram Assistant Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } ] } |