Цитадель: Klanz

Цитадель: Klanz

Плагин для расширения функциональности ККИ Klanz

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Цитадель: Klanz",
  "version": "1.5",
  "description": "Плагин для расширения функциональности ККИ Klanz",
  "homepage_url": "https://www.citadel-liga.info/klanz/plugin",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "tabs",
    "http://klanz.ru/*",
    "http://*.klanz.ru/*"
  ],
  "manifest_version": 2,
  "converted_from_user_script": true,
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [
        "http://klanz.ru/*",
        "http://*.klanz.ru/*"
      ],
      "js": [
        "CiKlanz.user.js"
      ],
      "matches": [
        "http://*/*"
      ]
    }
  ]
}