User Agent Parser Firefox

Examine source code of User Agent Parser

Inspect and view changes in User Agent Parser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "User Agent Parser",
  "description": "Minimal UA parser",
  "version": "0.0.2",
  "browser_action": {
    "default_icon": "assets/images/logo/logo_48.png",
    "default_title": "User Agent Parser"
  },
  "icons": {
    "16": "assets/images/logo/logo_16.png",
    "48": "assets/images/logo/logo_48.png",
    "128": "assets/images/logo/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "web_accessible_resources": [
    "assets/images/logo/logo_128.png"
  ],
  "applications": {
    "gecko": {
      "id": "gokulkathirvel@live.com"
    }
  }
}

Melhores alternativas User Agent Parser

Aqui estão algumas Firefox add-ons que são similares a User Agent Parser: