Growth Hacking for Instagram
We help you gain real and active followers on Instagram, plain and simple.
Qu'est-ce que Growth Hacking for Instagram ?
Growth Hacking for Instagram est une extension Chrome développée par http://growth-hacking-insta.com, et sa fonction principale est "We help you gain real and active followers on Instagram, plain and simple.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Growth Hacking for Instagram
Téléchargez les fichiers d'extension Growth Hacking for Instagram au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
(and for free) We provide the most efficient algorithm on the market for finding accounts to follow. This new algorithm dramatically reduces calls to Instagram™ over time, therefore protecting your account. Most other applications will encourage you to follow any account and you will most likely end up with ghosts followers (people that are not interested by your contents and will never like or comment them). Our goal is to help people gain real and active followers, you can read more about our philosophy on our site, and why ghost followers are real bad for your account. If you've tried some of our competitors, you will have noticed how poor the user experience is. Most of them are what we call “technical interfaces”, it was developed by engineers for engineers. We took special care to develop a very comprehensive user interface, simple to use, easy to understand, and pretty. 1️⃣ Features • A wizard to help you optimize, in a few clicks, the configuration of the application according to your account. • Automated tasks, to schedule your daily tasks, like follow this many accounts at that time, refresh my followings/followers at that time, unfollow accounts at that time, and so forth. • Auto-like the posts in your feed. • Export the list of followings/followers. • Search the list of followings/followers, ghost followers, and not following-back accounts. 2️⃣ Follow features • Find accounts to follow from a list of accounts. • Find accounts to follow from a list of searches. • Find accounts to follow from a list of places. • Manually enter a list of accounts to follow. • Automatically give a certain number of likes just after having followed an account. • Very simple filters to determine which accounts will be followed (we provide clear guidelines on what values to pick for each). 3️⃣ Unfollow features • Unfollow accounts, followed by the application, that did not follow you back in a certain time span. • Unfollow accounts, not followed by the application, that are not following you back. • Unfollow accounts that are ghost followers (that did not like or comment your N last posts). • Remove the likes given by the application after following an account. 4️⃣ Stats features • A complete statistics page, with very useful information such as: • which originating accounts/searches/locations provided the most follow-backs, • how many likes and comments come from accounts followed by the application, • your top likers/commenters, • many other KPI to help you optimize the configuration of the application. 5️⃣ Other features • Respect Instagram's limits to avoid having the infamous 429 error. • Respect your privacy, we don't hold any personal information on our servers, we don't transfer to our server your Instagram's cookies, everything is run from your browser. ⚠️ Disclaimer Instagram™ is a trademark of Instagram Inc., registered in the U.S. and other countries. "Growth Hacking for Instagram" has no relationship to Instagram™ or Instagram Inc, nor is it endorsed or certified by Instagram™.
Informations de Base sur l'Extension
Nom | |
ID | aeghnaheloppadnjdhfjmcjpngdpfgak |
URL Officiel | https://chrome.google.com/webstore/detail/growth-hacking-for-instag/aeghnaheloppadnjdhfjmcjpngdpfgak |
Description | We help you gain real and active followers on Instagram, plain and simple. |
Taille du Fichier | 3.19 MB |
Nombre d'Installations | 1,000 |
Version Actuelle | 0.2.41 |
Dernière Mise à Jour | 2022-07-08 |
Date de Publication | 2020-10-12 |
Évaluation | 3.70/5 Total 10 Évaluations |
Développeur | http://growth-hacking-insta.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://growth-hacking-insta.com/gdpr.html |
Langues Prises en Charge | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.2.41", "homepage_url": "https:\/\/growth-hacking-insta.com\/", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "*:\/\/*.instagram.com\/*\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "web_accessible_resources": [ "assets\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/app.js" ] } ], "browser_action": { "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |