Instagram Chat Firefox

Examine source code of Instagram Chat

Inspect and view changes in Instagram Chat source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Instagram Chat",
  "version": "1.0.0",
  "description": "Enables instagram chat for the desktop.",
  "icons": {
    "48": "icons/chat-48.gif"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "exclude_globs": [
        "*://*.instagram.com/direct/*"
      ],
      "js": [
        "instagram-chat.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "agent-switcher.js"
    ]
  }
}

Best Instagram Chat Alternatives

Here are some Firefox add-ons that are similar to Instagram Chat: