Kament.io - Enable Youtube Comments

Kament.io - Enable Youtube Comments

Bring Freedom of Speech back to Youtube

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kament.io - Enable Youtube Comments",
  "manifest_version": 3,
  "version": "0.4",
  "description": "Bring Freedom of Speech back to Youtube",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_icon": {
      "16": "assets/icon32.png",
      "24": "assets/icon32.png",
      "32": "assets/icon32.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "assets/icon32.png",
    "24": "assets/icon32.png",
    "32": "assets/icon32.png",
    "48": "assets/icon32.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://kament.io/*",
        "http://kament.io/*"
      ],
      "js": [
        "auth.js"
      ]
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "webcomponents-bundle.js",
        "libj.js",
        "libv.js",
        "kament-element.min.js",
        "youtube.js"
      ]
    }
  ],
  "homepage_url": "https://kament.io"
}