Sidesy: Your Comments Sidebar For YouTube

Sidesy: Your Comments Sidebar For YouTube

Bring YouTube comments to the side. Dive into the comments without scrolling past the video.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Sidesy: Your Comments Sidebar For YouTube",
  "version": "1.3.4",
  "description": "Bring YouTube comments to the sidebar. Dive into the comments without scrolling past the video.",
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "scripts/comments.js"
      ],
      "css": [
        "scripts/styles.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "icons": {
    "128": "images/sidesy-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d7186b06-24b7-4493-9fbd-53efc53220a6}"
    }
  }
}