My Instagram Automation Tool

Automation Tool for Instagram Action

My Instagram Automation Tool란 무엇입니까?

My Instagram Automation Tool은(는) Sawyer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automation Tool for Instagram Action"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

My Instagram Automation Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You can Automate your Instagram Actions
- like
- follow
- unfollow
- comment (from your own commentpool)
- visit stories

by hashtags or userpages.                    

확장 프로그램 기본 정보

이름 My Instagram Automation Tool My Instagram Automation Tool
ID cocnommcmpcahahgdfmicacmjehibaob
공식 URL https://chrome.google.com/webstore/detail/my-instagram-automation-t/cocnommcmpcahahgdfmicacmjehibaob
설명 Automation Tool for Instagram Action
파일 크기 112 KB
설치 횟수 545
현재 버전 3.5.1
최근 업데이트 2020-02-09
출시 날짜 2020-02-09
평점 4.00/5 총 5 개의 평점
개발자 Sawyer
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.instagram.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon_48.png",
        "icons": {
            "128": "icon_48.png",
            "16": "icon_48.png",
            "48": "icon_48.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "contentscript.css"
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/www.instagram.com\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/bot.xn--trpla-jua.de\/botusers.txt"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Automation Tool for Instagram Action",
    "icons": {
        "128": "icon_48.png",
        "16": "icon_48.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2,
    "external_update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Instagram Automation Tool",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "identity",
        "identity.email",
        "storage",
        "tabs",
        "https:\/\/www.googleapis.com\/",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "unlimitedStorage",
        "notifications"
    ],
    "oauth2": {
        "client_id": "766059730932-velmmnj0h0t7s91j80h376h55oqnqppl.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "version": "3.5.1",
    "web_accessible_resources": [
        "*.*"
    ]
}