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™ là gì?

ApolloBot for Instagram™ là một tiện ích mở rộng Chrome được phát triển bởi http://apollo-bot.com, và tính năng chính của nó là "ApolloBot helps you grow your Instagram™ account naturally and also clean it from people you don't want to follow anymore.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ApolloBot for Instagram™

Tải xuống các tệp mở rộng ApolloBot for Instagram™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ApolloBot for Instagram™ ApolloBot for Instagram™
ID mdgaanbomoaejcgmhmlkakopifcpmkig
URL Chính Thức https://chrome.google.com/webstore/detail/apollobot-for-instagram/mdgaanbomoaejcgmhmlkakopifcpmkig
Mô tả ApolloBot helps you grow your Instagram™ account naturally and also clean it from people you don't want to follow anymore.
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 625
Phiên Bản Hiện Tại 1.1.8
Cập Nhật Lần Cuối 2021-09-13
Ngày Phát Hành 2020-08-04
Đánh Giá 3.90/5 Tổng số 20 Đánh Giá
Nhà Phát Triển http://apollo-bot.com
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://apollo-bot.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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'"
}