FFXIV Lodestone iLevel

FFXIV Lodestone iLevel

Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Ascobol",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "jquery-2.0.2.min.js",
        "background.js"
      ],
      "matches": [
        "*://*.finalfantasyxiv.com/lodestone/character/*/"
      ]
    }
  ],
  "description": "Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.",
  "icons": {
    "32": "icon32.png",
    "128": "icon128.png"
  },
  "name": "FFXIV Lodestone iLevel",
  "short_name": "FFXIV iLvl",
  "manifest_version": 2,
  "version": "0.0.3"
}