Torn Power Level

Torn Power Level

Shows the power level of a player in their profile, relative to yours.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Torn Power Level",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "",
  "content_scripts": [
    {
      "matches": [
        "http://torn.com/profiles.php*",
        "https://torn.com/profiles.php*",
        "http://www.torn.com/profiles.php*",
        "https://www.torn.com/profiles.php*"
      ],
      "js": [
        "jquery-1.12.1.min.js",
        "Torn_Power_Level.user.js"
      ],
      "run_at": "document_end"
    }
  ]
}