ApolloBot for Instagram™
ApolloBot helps you grow your Instagram™ account naturally and also clean it from people you don't want to follow anymore.
ApolloBot for Instagram™란 무엇입니까?
ApolloBot for Instagram™은(는) http://apollo-bot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ApolloBot helps you grow your Instagram™ account naturally and also clean it from people you don't want to follow anymore."입니다.
확장 프로그램 스크린샷
ApolloBot for Instagram™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
# How to use To use the extension just open Instagram™ and a new icon will appear in the top right corner. Go to your or another profile page and click the icon. # Features The main features of ApolloBot are the following: 1. Loading the followers and following of the current page. The range of users loaded can be specified. 2. Load the people not following back. 3. Load the people who have unfollowed since the last check. 4. Global users queue search by username and full name. 5. Showing who has viewed any of your last active stories. Combined with the search functionality you can easily know if a specific person has watched your story. 6. Load the people who have liked a specific post. 7. Removing specific people from the queue who you for example don't want to unfollow even if they don't follow you back. 8. Saving and loading queues in order to be processed later. 9. Basic and advanced settings allowing you to configure the timeouts, timeout randomization and even the queue hashes and application id in case Instagram™ change their APIs. 10. Automatic retry in case the Instagram™ rate limit is triggered. There are 2 modes for processing the users queue toggled by clicking the dots on the left side of the main button: 1. Start Following - by selecting this mode a pop-up will appear with options to select if you want to like any of the latest photos automatically, skip already followed/unfollowed users and skip private accounts. 2. Start Unfollowing - every user in the queue will be unfollowed. # Use cases The extension can be used in many different ways. It can be used to either grow your account or get rid of people you don't want to follow anymore. For example if you want to grow your photography page you should go to another photography page and load its followers or post likers. Start following those people and configure liking at least 1 of their photos. You will quickly see how they start following you back and begin building engagement. # Pricing The extension has a 1 week trial including all of the functionality without any limits. The license key costs $3.99 per month and it can be used on up to 3 accounts, on unlimited number of devices. Payments are handled securely by PayPal™. Keep in mind we'll send you the license key to the email address registered to your PayPal™ account. # Security We don't collect any login information. The extension operates locally by making all requests on your behalf. # Support In case Instagram™ change their APIs there are written instructions on how to get the extension working again at https://apollo-bot.com/. If you have any questions or problems don't hesitate to contact us at [email protected]. # Notice This extension is a standalone product not associated in any shape or form with Instagram™. All reserved trademarks are property to their respective owners.
확장 프로그램 기본 정보
이름 | |
ID | mdgaanbomoaejcgmhmlkakopifcpmkig |
공식 URL | https://chrome.google.com/webstore/detail/apollobot-for-instagram/mdgaanbomoaejcgmhmlkakopifcpmkig |
설명 | ApolloBot helps you grow your Instagram™ account naturally and also clean it from people you don't want to follow anymore. |
파일 크기 | 121 KB |
설치 횟수 | 625 |
현재 버전 | 1.1.8 |
최근 업데이트 | 2021-09-13 |
출시 날짜 | 2020-08-04 |
평점 | 3.90/5 총 20 개의 평점 |
개발자 | http://apollo-bot.com |
이메일 | [email protected] |
결제 유형 | in_app |
개인정보 보호 정책 페이지 URL | https://apollo-bot.com/privacy-policy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ApolloBot for Instagram\u2122", "version": "1.1.8", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "description": "ApolloBot helps you grow your Instagram\u2122 account naturally and also clean it from people you don't want to follow anymore.", "permissions": [ "storage", "downloads", "cookies", "*:\/\/*.instagram.com\/*", "*:\/\/*.amazonaws.com\/*" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "css": [ "css\/inject.css" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/circle-progress.min.js", "js\/wNumb.min.js", "js\/nouislider.min.js", "js\/sha256.min.js", "js\/constants.js", "js\/globalVariables.js", "js\/inject.js" ] } ], "web_accessible_resources": [ "images\/*", "html\/*", "css\/*", "icons\/*" ], "content_security_policy": "script-src 'self' 'sha256-+uJ637iVsOuNZvDUujdYa\/yAPWmrN3cq8mdsR8a6j8w='; object-src 'self'" } |