Super Automation for Instagram

There are Auto Like, UnLike, Follow, UnFollow, Comment, Delete Post, Upload Photo, Download Image/Video, Scroll to Top/Bottom, etc

Super Automation for Instagram क्या है?

Super Automation for Instagram https://www.aesuhaendi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "There are Auto Like, UnLike, Follow, UnFollow, Comment, Delete Post, Upload Photo, Download Image/Video, Scroll to Top/Bottom, etc"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Super Automation for Instagram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        It's time to Pay Less & Get More.

Benefits of Using Super Automation for Instagram - Pro
- Unlocked all features
- Unfollow people who not follow you back
- Great support
- Request new feature
- You can using this app for Multiple Accounts
- Whitelist option for All Automation
- Automate Automation to Specific Accounts only

Please watch videos above how this app work.

NOTE:
- If this app doesn't work, please update your chrome to latest.
- If still have any issue, don't hesitate to contact us.                    

एक्सटेंशन की मूल जानकारी

नाम Super Automation for Instagram Super Automation for Instagram
ID gijomdhpfjpfdicnbdonpdaemagphmnm
आधिकारिक URL https://chromewebstore.google.com/detail/super-automation-for-inst/gijomdhpfjpfdicnbdonpdaemagphmnm
विवरण There are Auto Like, UnLike, Follow, UnFollow, Comment, Delete Post, Upload Photo, Download Image/Video, Scroll to Top/Bottom, etc
फ़ाइल का आकार 32.72 KB
स्थापना संख्या 149
वर्तमान संस्करण 2.7
अंतिम अपडेट 2021-02-06
प्रकाशन तिथि 2020-04-23
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.aesuhaendi.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.aesuhaendi.com/2019/04/super-automation-for-instagram.html
सहायता पृष्ठ URL https://www.aesuhaendi.com/2019/04/super-automation-for-instagram.html
गोपनीयता नीति पृष्ठ URL https://www.aesuhaendi.com/p/privacy-policy-extensions.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Automation for Instagram",
    "version": "2.7",
    "description": "There are Auto Like, UnLike, Follow, UnFollow, Comment, Delete Post, Upload Photo, Download Image\/Video, Scroll to Top\/Bottom, etc",
    "icons": {
        "128": "icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Super Automation for Instagram",
        "default_icon": "icon\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "lib\/vendor.js",
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "commands": {
        "run-stop-automation": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "windows": "Ctrl+Shift+K"
            },
            "description": "Stop Automation"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "https:\/\/www.instagram.com\/*"
    ],
    "minimum_chrome_version": "55",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqk2\/S4SBTSs11gQGeo99J0Tte+dV7FADwgGnzy06stmflaTE0nRlXp\/qusOS8\/RgN45U9NXSSdIKzU9xU1+OQxo6AFS0z6xZMox\/QdGI6iDVmPrtw6XzHJxETbXpaj1bt9xcgiRBNx0NPVW3YctVbm0lkaFUxG4dDz\/9h6xAXLD4v7oORKLBbBUAbfrTSzdRejyVAkcdgzpjoYmiT9rPEUKSVEDgnkEse0XrnEQH+pf+dJKDtriJDWsi0KTe4JDxTzG5VN+cg3bczzAiN3HtzrXm9hBe72UOjlxGLf8VuuM4KxQ1ZCPXYOs9r5ZKXG9745k3btYx8vyab4KS7ANQMwIDAQAB"
}