AVME Extension Firefox

Examine source code of AVME Extension

Inspect and view changes in AVME Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "AVME",
  "version": "0.4.0",
  "manifest_version": 2,
  "description": "AVME",
  "homepage_url": "https://www.avme.io",
  "background": {
    "scripts": [
      "index.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@avme.io",
      "strict_min_version": "54.0"
    }
  },
  "browser_action": {
    "default_title": "AVME",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "96": "icons/icon96.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "inject.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  }
}

Best AVME Extension Alternatives

Here are some Firefox add-ons that are similar to AVME Extension: