AutoIG

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

什么是AutoIG?

AutoIG是由ZLK Studio开发的Chrome扩展程序,该扩展的主要功能是“Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.”。

扩展截图

screenshot

下载AutoIG扩展crx文件

下载AutoIG扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 AutoIG AutoIG
ID nggbmpmipngiogondncnaegfnhobanll
官方URL https://chrome.google.com/webstore/detail/autoig/nggbmpmipngiogondncnaegfnhobanll
简介 Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.
文件大小 46.72 KB
安装次数 3,691
当前版本 1.0.3
更新时间 2021-05-01
上架时间 2020-10-03
评分 3.63/5 共16次评分
开发者 ZLK Studio
电子邮箱 [email protected]
付费类型 free
扩展官网 https://autoig.zlkstudio.co.uk
支持的语言 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"
    ]
}