InstaGrowth Manager Firefox

Examine source code of InstaGrowth Manager

Inspect and view changes in InstaGrowth Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "InstaGrowth Manager",
  "version": "1.0",
  "description": "Premium workflow manager and organic growth strategist for Instagram professional accounts.",
  "icons": {
    "16": "icons/logo.svg",
    "48": "icons/logo.svg",
    "128": "icons/logo.svg"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "*://*.instagram.com/*",
    "https://api.openai.com/*"
  ],
  "background": {
    "scripts": [
      "background/background.js",
      "background/service_worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "utils/db.js",
        "utils/compat.js",
        "content/ui_templates.js",
        "content/scraping_utils.js",
        "content/cooldown_manager.js",
        "content/export_logic.js",
        "content/mass_scraper.js",
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "InstaGrowth Manager"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "instagrowth-assistant-ai@shadahmor.domain",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best InstaGrowth Manager Alternatives

Here are some Firefox add-ons that are similar to InstaGrowth Manager: