DPlay Inventory Firefox

Examine source code of DPlay Inventory

Inspect and view changes in DPlay Inventory source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DPlay Inventory",
  "version": "1.3",
  "description": "DPlay Inventory",
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "BACKGROUND.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "CONTENT.js"
      ],
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ]
}

Best DPlay Inventory Alternatives

Here are some Firefox add-ons that are similar to DPlay Inventory: