FFXIV Lodestone Item Level

FFXIV Lodestone Item Level

Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FFXIV Lodestone Item Level",
  "version": "1.0.2",
  "description": "Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "icons": {
    "32": "icon32.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-2.0.2.min.js",
        "background.js"
      ],
      "matches": [
        "*://*.finalfantasyxiv.com/lodestone/character/*/"
      ]
    }
  ],
  "author": "Timothy Yang"
}