Chrome Extensions Installer Firefox

Examine source code of Chrome Extensions Installer

Inspect and view changes in Chrome Extensions Installer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Chrome Extensions Installer Helper",
  "description": "Guides users to install Chrome extensions on Firefox.",
  "version": "1.1",
  "permissions": [
    "downloads",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8ab6f880-f14d-4499-991e-1105ca0fef9d}"
    }
  }
}

Best Chrome Extensions Installer Alternatives

Here are some Firefox add-ons that are similar to Chrome Extensions Installer: