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ファイルをダウンロード

My Instagram Automation Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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