InsGrow - IG automation tool
Engage with Instagram followers & unfollow fake followers automatically
InsGrow - IG automation tool क्या है?
InsGrow - IG automation tool https://www.listmore.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Engage with Instagram followers & unfollow fake followers automatically"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में InsGrow - IG automation tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
InsGrow is a tool for anyone with a Instagram profile that wants to get more out of their social network. You can get all the infomation of competitor’s followers, filter the qualified target user and engage with them. Or you can find the fake followers of yours and unfollow them in bulk to optimize your profile. Features: ✅ Load and filter all the information in the profile page like follower number / biography / email ✅ Follow / unfollow / like user’s recent post in bulk ✅ Export user data to a CSV/Excel file Grow Your Audience Steps: 1. Find an account similar with your business/hobby. 2. Open its profile page and click InsGrow icon. 3. Choose to load it’s followers or followings 4. Filter the target user or load profile info then filter again 5. Choose to follow or like the recent post to engage with the target user 6. Download the user data as a backup at anytime 7. Wait for the user which really like your content to follow back Optimize Your Profile Steps: 1. Open your own profile page and click InsGrow icon. 2. Click load export 3. Click load profile info 4. Filter with follower number and other metrics to find the ghost followers 5. Unfollow the filtered followers
एक्सटेंशन की मूल जानकारी
नाम | InsGrow - IG automation tool |
ID | hplclbeljhejdedfgejofghcipfpfgbf |
आधिकारिक URL | https://chromewebstore.google.com/detail/insgrow-ig-automation-too/hplclbeljhejdedfgejofghcipfpfgbf |
विवरण | Engage with Instagram followers & unfollow fake followers automatically |
फ़ाइल का आकार | 892 KB |
स्थापना संख्या | 1,064 |
वर्तमान संस्करण | 4.7.2 |
अंतिम अपडेट | 2024-03-03 |
प्रकाशन तिथि | 2022-03-07 |
रेटिंग | 3.40/5 कुल 5 रेटिंग्स |
डेवलपर | https://www.listmore.info |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://www.listmore.info/insgrow/faq?from=webstore |
गोपनीयता नीति पृष्ठ URL | https://listmore.notion.site/Privacy-Policy-1b8454dbdaa54b4590b3b8988b4c2e08 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "InsGrow - IG automation tool", "version": "4.7.2", "description": "Engage with Instagram followers & unfollow fake followers automatically", "action": { "default_icon": ".\/assets\/icon-128.png", "default_popup": ".\/dist\/popup\/index.html" }, "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "16": ".\/assets\/icon-16.png", "48": ".\/assets\/icon-48.png", "128": ".\/assets\/icon-128.png" }, "permissions": [ "storage", "activeTab", "cookies", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.listmore.info\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*?ext=G&cmd=export&uuid=*" ], "js": [ "dist\/exportPanel\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/exportPanel\/style.css", "assets\/*" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |