Super Automation for Instagram - Pro

Super Automation for Instagram - Pro

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

Merlin
Additional files are visible only to premium users

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/*"
      ]
    }
  ]
}