AutoIns

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

什么是AutoIns?

AutoIns是由https://techcodenotes.com开发的Chrome扩展程序,该扩展的主要功能是“This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.”。

扩展截图

screenshot
screenshot

下载AutoIns扩展crx文件

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

扩展使用说明

                        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]                    

扩展基本信息

名称 AutoIns AutoIns
ID dmgkkngnjepedflfcohckfehengjcame
官方URL https://chromewebstore.google.com/detail/autoins/dmgkkngnjepedflfcohckfehengjcame
简介 This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.
文件大小 62.65 KB
安装次数 124
当前版本 1.0.1
更新时间 2021-04-08
上架时间 2021-03-04
评分 5.00/5 共1次评分
开发者 https://techcodenotes.com
电子邮箱 [email protected]
付费类型 in_app
隐私政策页面URL https://savemydayapp.com/privacy-policy
支持的语言 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\/*"
        ]
    }
}