NCS Extension

NCS Extension

Autoload the Nightcore Community Script for Plug.dj! Works with all communities!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NCS Extension",
  "short_name": "NCSE",
  "description": "Autoload the Nightcore Community Script for Plug.dj! Works with all communities!",
  "version": "1.2.0",
  "permissions": [
    "*://*.plug.dj/*",
    "storage"
  ],
  "icons": {
    "16": "16.png",
    "24": "24.png",
    "32": "32.png",
    "48": "48.png",
    "64": "64.png",
    "96": "96.png",
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://plug.dj/*",
        "*://*.plug.dj/*"
      ],
      "js": [
        "js/ncsload.js",
        "js/jquery.min.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'; img-src *"
}