AutoIG

Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.

AutoIG là gì?

AutoIG là một tiện ích mở rộng Chrome được phát triển bởi ZLK Studio, và tính năng chính của nó là "Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.".

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

screenshot

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

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

                        Want to make followers fast and totally FREE? Use this extension to auto follow people on Instagram. Easy and free, AutoIG let you to mass follow Insta profiles                    

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

Tên AutoIG AutoIG
ID nggbmpmipngiogondncnaegfnhobanll
URL Chính Thức https://chrome.google.com/webstore/detail/autoig/nggbmpmipngiogondncnaegfnhobanll
Mô tả Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.
Kích Thước Tệp 46.72 KB
Số Lần Cài Đặt 3,691
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-05-01
Ngày Phát Hành 2020-10-03
Đánh Giá 3.63/5 Tổng số 16 Đánh Giá
Nhà Phát Triển ZLK Studio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://autoig.zlkstudio.co.uk
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click to action"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.",
    "icons": {
        "128": "128x128.png",
        "16": "16x16.png",
        "48": "48x48.png"
    },
    "manifest_version": 2,
    "name": "AutoIG",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "https:\/\/www.instagram.com\/*",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "web_accessible_resources": [
        "options.html"
    ]
}