OP Downloader Firefox

Examine source code of OP Downloader

By: pychen
Inspect and view changes in OP Downloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "OP Downloader",
  "version": "1.2",
  "description": "Let you preview/download files from GitLab in the FASTEST way.",
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "author": "PY Chen & Omega Feng",
  "background": {
    "scripts": [
      "background.js",
      "extensionToMIME.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "css": [
        "download-button.css"
      ],
      "js": [
        "download-button.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "icons/*",
    "imgs/*"
  ],
  "permissions": [
    "tabs",
    "downloads",
    "https://github.com/*",
    "https://raw.githubusercontent.com/*"
  ]
}

Best OP Downloader Alternatives

Here are some Firefox add-ons that are similar to OP Downloader: