nCore postR

nCore postR

Egy jobb kinézet az nCore-ra.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "nCore postR",
  "description": "Egy jobb kinézet az nCore-ra.",
  "version": "0.6",
  "content_scripts": [
    {
      "matches": [
        "https://ncore.nu/torrents.php*",
        "https://ncore.cc/torrents.php*",
        "https://ncore.pro/torrents.php*"
      ],
      "js": [
        "jquery-2.1.4.min.js",
        "content.js"
      ],
      "css": [
        "postr.css"
      ]
    }
  ],
  "permissions": [
    "https://api.themoviedb.org/*"
  ],
  "icons": {
    "16": "postr_16.png",
    "48": "postr_48.png",
    "128": "postr_128.png"
  }
}