Youtube - Images Fix

Youtube - Images Fix

Restore profile's images loadability

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_manifest_name__",
  "short_name": "__MSG_manifest_short_name__",
  "description": "__MSG_manifest_description__",
  "version": "4.1.1",
  "permissions": [
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://*.ggpht.com/*",
    "*://*.youtube.com/*"
  ],
  "icons": {
    "32": "icons/icon32.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "default_locale": "ru",
  "manifest_version": 3
}