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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}