nnm-club seed helper

nnm-club seed helper

Выделение цветом раздач на трекере nnm-club

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "nnm-club seed helper",
  "short_name": "nnm-club seed helper",
  "version": "0.3.4.4",
  "description": "Выделение цветом раздач на трекере nnm-club",
  "minimum_chrome_version": "26",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/big_icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://nnm-club.me/*",
        "*://nnm-club.wc/*",
        "*://nnm-club.ws/*",
        "*://nnmclub.to/*",
        "*://nnm-club.name/*",
        "*://nnmclub5toro7u65.onion/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "nnm-club helper",
    "default_icon": "icons/icon-16.png",
    "default_popup": "popup.html"
  }
}