Growth Hacking for Instagram
We help you gain real and active followers on Instagram, plain and simple.
什么是Growth Hacking for Instagram?
Growth Hacking for Instagram是由http://growth-hacking-insta.com开发的Chrome扩展程序,该扩展的主要功能是“We help you gain real and active followers on Instagram, plain and simple.”。
扩展截图
下载Growth Hacking for Instagram扩展crx文件
下载Growth Hacking for Instagram扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
(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™.
扩展基本信息
名称 | |
ID | aeghnaheloppadnjdhfjmcjpngdpfgak |
官方URL | https://chrome.google.com/webstore/detail/growth-hacking-for-instag/aeghnaheloppadnjdhfjmcjpngdpfgak |
简介 | We help you gain real and active followers on Instagram, plain and simple. |
文件大小 | 3.19 MB |
安装次数 | 1,000 |
当前版本 | 0.2.41 |
更新时间 | 2022-07-08 |
上架时间 | 2020-10-12 |
评分 | 3.70/5 共10次评分 |
开发者 | http://growth-hacking-insta.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://growth-hacking-insta.com/gdpr.html |
支持的语言 | 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'" } |