Instaguest Firefox

Examine source code of Instaguest

By: matt Add-on
Inspect and view changes in Instaguest source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Instaguest",
  "version": "1.21",
  "description": "This little addon allow you to be free on Instagram when you are not logged in. It simply remove the login pannel & that grey background which makes it impossible for you to continue.",
  "icons": {
    "48": "icons/logo48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "traitement.js",
        "html/set_color.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "cookies",
    "storage",
    "*://*.instagram.com/*"
  ],
  "background": {
    "scripts": [
      "html/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/logo48.png",
    "default_title": "Instaguest",
    "default_popup": "html/choose_color.html"
  },
  "options_ui": {
    "page": "html/option/index.html",
    "browser_style": true
  }
}

Best Instaguest Alternatives

Here are some Firefox add-ons that are similar to Instaguest: