WoTExtendedStat

WoTExtendedStat

WoT Extended Stat

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "exclude_globs": [],
      "exclude_matches": [],
      "include_globs": [
        "https://tanki.su/ru/community/accounts/*"
      ],
      "js": [
        "l10n.min.js",
        "jquery-1.11.1.min.js",
        "wot_ext_stat.user.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "converted_from_user_script": true,
  "description": "WoT Extended Stat",
  "name": "WoTExtendedStat",
  "icons": {
    "16": "WoTExtendedStat16.png",
    "48": "WoTExtendedStat48.png",
    "128": "WoTExtendedStat.png"
  },
  "browser_action": {
    "default_icon": "WoTExtendedStat48.png",
    "default_title": "World of Tanks Extended Stats",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "https://tanki.su/ru/community/accounts/*"
  ],
  "version": "1.2.0.0",
  "manifest_version": 2
}