YouTube Music DJ

YouTube Music DJ

This extension automates YouTube Music experience

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://music.youtube.com/*"
  ],
  "default_locale": "en",
  "version": "1.2.0",
  "icons": {
    "256": "dj-256.png"
  },
  "action": {
    "default_icon": {
      "24": "dj-256.png"
    },
    "default_title": "go",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "scripting",
    "webNavigation"
  ],
  "author": "he-dev"
}