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
官方網址 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\/*"
        ]
    }
}