CommentParty - Youtube Time Tagged Comments

CommentParty - Youtube Time Tagged Comments

YouTube comments with start-at times

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CommentParty - Youtube Time Tagged Comments",
  "short_name": "CommentParty",
  "version": "4.1.17",
  "description": "YouTube comments with start-at times",
  "default_locale": "en",
  "icons": {
    "16": "icons/3d_ico_16.png",
    "48": "icons/3d_ico_48.png",
    "128": "icons/3d_ico_128.png"
  },
  "browser_action": {
    "default_icon": "icons/3d_ico_48.png",
    "default_title": "CommentParty on/off"
  },
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "permissions": [
    "activeTab",
    "idle",
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "webcomponents-ce.js",
        "lib.js",
        "app.js"
      ],
      "css": [
        "app.css"
      ],
      "matches": [
        "*://www.youtube.com/*"
      ]
    }
  ],
  "manifest_version": 2
}