Super Automation for Instagram - Pro

There are Auto DM, Like, UnLike, Follow, UnFollow, Comment, Download Images, Videos or Stories and many more

Τι είναι το Super Automation for Instagram - Pro;

Το Super Automation for Instagram - Pro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.aesuhaendi.com, και η κύρια λειτουργία του είναι "There are Auto DM, Like, UnLike, Follow, UnFollow, Comment, Download Images, Videos or Stories and many more".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης Super Automation for Instagram - Pro

Λήψη αρχείων επέκτασης Super Automation for Instagram - Pro σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With this app you can automate Instagram activity and more

Benefits of Using Super Automation for Instagram
- Unlocked all useful features
- Unfollow people who not follow you back
- Whitelist option and Filters for All Automation
- Automate Automation to Specific Accounts only
- Save Post Interaction
- Test Mode
- Great support
- Request new feature

Please Check Screenshots and Videos above for more features and how this app work

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Super Automation for Instagram - Pro Super Automation for Instagram - Pro
ID ohmnloignklididmkapnfccpacmgbkkb
Επίσημο URL https://chromewebstore.google.com/detail/super-automation-for-inst/ohmnloignklididmkapnfccpacmgbkkb
Περιγραφή There are Auto DM, Like, UnLike, Follow, UnFollow, Comment, Download Images, Videos or Stories and many more
Μέγεθος Αρχείου 87.67 KB
Αριθμός Εγκαταστάσεων 996
Τρέχουσα Έκδοση 3.5.11
Τελευταία Ενημέρωση 2024-02-10
Ημερομηνία Δημοσίευσης 2019-11-12
Αξιολόγηση 2.20/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής 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",
    "name": "Super Automation for Instagram - Pro",
    "version": "3.5.11",
    "description": "There are Auto DM, Like, UnLike, Follow, UnFollow, Comment, Download Images, Videos or Stories and many more",
    "icons": {
        "128": "icon\/icon128.png"
    },
    "action": {
        "default_icon": "icon\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "Super Automation for Instagram - Pro"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "lib\/vendor.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "commands": {
        "run-stop-automation": {
            "description": "Stop Automation",
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "windows": "Ctrl+Shift+K"
            }
        }
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "downloads",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/us-central1-super-automation-for-instagram.cloudfunctions.net\/*",
        "https:\/\/www.instagram.com\/*"
    ],
    "web_accessible_resources": [
        {
            "use_dynamic_url": true,
            "resources": [
                "js\/inject.js",
                "js\/worker-timer.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ]
}