ApolloBot for Instagram™

ApolloBot helps you grow your Instagram™ account naturally and also clean it from people you don't want to follow anymore.

Co je ApolloBot for Instagram™?

ApolloBot for Instagram™ je rozšíření Chrome vyvinuté http://apollo-bot.com, a jeho hlavní funkcí je „ApolloBot helps you grow your Instagram™ account naturally and also clean it from people you don't want to follow anymore.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ApolloBot for Instagram™

Stáhněte si soubory rozšíření ApolloBot for Instagram™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        # 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.                    

Základní Informace o Rozšíření

Název ApolloBot for Instagram™ ApolloBot for Instagram™
ID mdgaanbomoaejcgmhmlkakopifcpmkig
Oficiální URL https://chrome.google.com/webstore/detail/apollobot-for-instagram/mdgaanbomoaejcgmhmlkakopifcpmkig
Popis ApolloBot helps you grow your Instagram™ account naturally and also clean it from people you don't want to follow anymore.
Velikost souboru 121 KB
Počet instalací 625
Aktuální Verze 1.1.8
Poslední Aktualizace 2021-09-13
Datum Vydání 2020-08-04
Hodnocení 3.90/5 Celkem 20 Hodnocení
Vývojář http://apollo-bot.com
E-mail [email protected]
Typ Platby in_app
URL Stránky Zásad Ochrany Soukromí https://apollo-bot.com/privacy-policy.html
Podporované Jazyky 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'"
}