AutoIns

This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.

AutoIns là gì?

AutoIns là một tiện ích mở rộng Chrome được phát triển bởi https://techcodenotes.com, và tính năng chính của nó là "This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng AutoIns 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

                        Autoins the best unfollow instagram bot.This bot will automatically follow all of someone's Instagram followers for you.  It can also unfollow for you, with options to keep people who follow you and more.  It waits between following so as to not be blocked by Instagram's rate limits.  It's currently available to download for free, but probably won't be forever.Feel free to contac us if any problem. [email protected]                    

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

Tên AutoIns AutoIns
ID dmgkkngnjepedflfcohckfehengjcame
URL Chính Thức https://chromewebstore.google.com/detail/autoins/dmgkkngnjepedflfcohckfehengjcame
Mô tả This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.
Kích Thước Tệp 62.65 KB
Số Lần Cài Đặt 124
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-04-08
Ngày Phát Hành 2021-03-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://techcodenotes.com
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://savemydayapp.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*.instagram.com\/*",
        "https:\/\/*.instagram.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "*.*"
    ],
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.instagram.com\/*",
                "https:\/\/*.instagram.com\/*"
            ],
            "all_frames": false,
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/*.szeasytrust.cn\/*"
        ]
    }
}