GoToChannel by Swap Meet Shops

GoToChannel by Swap Meet Shops

Go To Channel for YouTube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GoToChannel by Swap Meet Shops",
  "description": "Go To Channel for YouTube.",
  "version": "1.38",
  "permissions": [
    "storage",
    "*://*.youtube.com/*",
    "*://swmwebapi.azurewebsites.net/*"
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false,
    "chrome_style": true
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "matches": [
      "*://*.youtube.com/*"
    ],
    "scripts": [
      "script.js",
      "hello.js"
    ],
    "all_frames": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "all_frames": true,
      "js": [
        "csscript.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
  "web_accessible_resources": [
    "woodplnk-001.mp3"
  ]
}