My Instagram Automation Tool

Automation Tool for Instagram Action

ما هو My Instagram Automation Tool؟

My Instagram Automation Tool هو إضافة Chrome تم تطويرها بواسطة Sawyer، والميزة الرئيسية لها هي "Automation Tool for Instagram Action".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة My Instagram Automation Tool

قم بتنزيل ملفات الامتداد My Instagram Automation Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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": [
        "*.*"
    ]
}