Enlarge Youtube Profile Images

Enlarge Youtube Profile Images

Control size of profile images in the Youtube comment section.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Enlarge Youtube Profile Images",
  "version": "0.0.8",
  "description": "Control size of profile images in the Youtube comment section.",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "js": [
        "isolated.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "main.js"
      ],
      "matches": [
        "https://*.youtube.com/*"
      ]
    }
  ],
  "icons": {
    "128": "icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}