VersionOneEnhancements Firefox

Examine source code of VersionOneEnhancements

Inspect and view changes in VersionOneEnhancements source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "VersionOneEnhancements",
  "description": "The extension that reduces your pain from using VersionOne and makes you happy.",
  "version": "2.3.10",
  "applications": {
    "gecko": {
      "id": "{38BCC9DA-47E4-4F99-854F-50A634111554}"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.v1host.com/*"
      ],
      "js": [
        "injectHelpers.js",
        "content.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "capture.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/button.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "extensionPopup/index.html",
    "default_icon": "icons/button.png",
    "default_title": "Click to popup"
  },
  "web_accessible_resources": [
    "*"
  ],
  "background": {
    "scripts": [
      "main.js"
    ],
    "persistent": true
  },
  "homepage_url": "https://github.com/snake-345/VersionOneEnhancements",
  "options_ui": {
    "page": "optionsPage/index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage"
  ]
}

Best VersionOneEnhancements Alternatives

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