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
Eメール [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\/*"
        ]
    }
}