ApolloBot for Instagram™
ApolloBot helps you grow your Instagram™ account naturally and also clean it from people you don't want to follow anymore.
Wat is ApolloBot for Instagram™?
ApolloBot for Instagram™ is een Chrome-extensie ontwikkeld door http://apollo-bot.com, en de belangrijkste functie is "ApolloBot helps you grow your Instagram™ account naturally and also clean it from people you don't want to follow anymore.".
Extensie Screenshots
Download het CRX-bestand van de extensie ApolloBot for Instagram™
Download ApolloBot for Instagram™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
# 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.
Basisinformatie over de Extensie
Naam | |
ID | mdgaanbomoaejcgmhmlkakopifcpmkig |
Officiële URL | https://chrome.google.com/webstore/detail/apollobot-for-instagram/mdgaanbomoaejcgmhmlkakopifcpmkig |
Beschrijving | ApolloBot helps you grow your Instagram™ account naturally and also clean it from people you don't want to follow anymore. |
Bestandsgrootte | 121 KB |
Aantal Installaties | 625 |
Huidige Versie | 1.1.8 |
Laatst Bijgewerkt | 2021-09-13 |
Publicatiedatum | 2020-08-04 |
Beoordeling | 3.90/5 Totaal 20 Beoordelingen |
Ontwikkelaar | http://apollo-bot.com |
[email protected] | |
Betalingswijze | in_app |
URL van de Privacybeleid Pagina | https://apollo-bot.com/privacy-policy.html |
Ondersteunde Talen | 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'" } |