InstaGrow
This tool can automatically follow all of someone's followers, followings, commenters, or likers for you.
InstaGrowとは何ですか?
InstaGrowはCOMODEAUによって開発されたChromeの拡張機能で、その主な機能は「This tool can automatically follow all of someone's followers, followings, commenters, or likers for you.」です。
拡張機能のスクリーンショット
InstaGrow拡張機能のCRXファイルをダウンロード
InstaGrow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This tool can automatically follow all of someone's followers, followings, commenters, or likers for you. ***** PRO version ***** https://codecanyon.net/item/instagram-automation-tool-instagrow-for-instagram/29056932 ************************ The bot is updated fairly often with new features, and the developer is always ready to help. It has advanced filters to pick and choose which types of accounts to follow/unfollow: -Minimum and maximum number of followers -Minimum and maximum number of following -Minimum and maximum ratio of followers to following -Minimum and maximum number of posts -Minimum and maximum last post date -Account is verified -Account is not verified -Account is private -Account is public -Follows you -Doesn't follow you It can also unfollow for you: - don't unfollow people who follow you - whitelist of accounts never to unfollow - unfollow people who you followed ## of days ago (even if they follow you) - don't unfollow people who you have been following ## of days or less (give them a chance to see you followed them before unfollowing) It can also automatically like media from your feed. It can also automatically like media from a given hashtag. It waits between actions so as to not be blocked by Instagram's rate limits. When rate limited, it will automatically retry at an interval of your choosing.
拡張機能の基本情報
名前 | |
ID | mdagbgopbgheooemoanlkaomlnbiicmp |
公式URL | https://chrome.google.com/webstore/detail/instagrow/mdagbgopbgheooemoanlkaomlnbiicmp |
説明 | This tool can automatically follow all of someone's followers, followings, commenters, or likers for you. |
ファイルサイズ | 423 KB |
インストール数 | 6,000 |
現在のバージョン | 0.1.0 |
最終更新日 | 2020-11-23 |
公開日 | 2020-11-23 |
評価 | 3.75/5 合計 4 レビュー |
開発者 | COMODEAU |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://codecanyon.net/item/instagram-automation-tool-instagrow-for-instagram/29056932 |
ヘルプページのURL | https://codecanyon.net/item/instagram-automation-tool-instagrow-for-instagram/29056932 |
プライバシーポリシーページのURL | https://sites.google.com/view/comodeau |
対応言語 | en |
manifest.json | |
{ "background": { "scripts": [ "buy.js", "backgroundscript.js", "hot-reload.js" ] }, "browser_action": [], "content_scripts": [ { "all_frames": false, "css": [ "contentscript.css", "bootstrap.min.css" ], "js": [ "jquery.min.js", "wNumb.js", "nouislider.js", "split.js", "bootstrap.min.js", "contentscript.js" ], "matches": [ "http:\/\/*.instagram.com\/*", "https:\/\/*.instagram.com\/*", "https:\/\/*.growbotforfollowers.com\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "This tool can automatically follow all of someone's followers, followings, commenters, or likers for you. ", "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "manifest_version": 2, "name": "InstaGrow", "permissions": [ "tabs", "http:\/\/*.instagram.com\/*", "https:\/\/*.instagram.com\/*", "storage", "unlimitedStorage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.0", "web_accessible_resources": [ "*.*" ] } |