Examine source code of Playlists history

Inspect and view changes in Playlists history source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm/1t/qjROaU14gScd3u+IfETRiL6mztj9mLLtV3S8PDSvQT4hY45CNmmhSB+zDAt3FuJHNQzVAg85GPrnUL/ORYH+hltzdBH3uki7/+cD3HeUNohUFSOG2CqVZjeTrfQJyD6NZ4y5GBrWRwJTp2WyU/Ugb7rti7HpqvEZbbeJbyGj+3EP4yon5O5el9eCr7A8WqfxFhedsbXgZnyb9k4FGjteDtOgS7B+ShGrJGkYTswll78JWtLBPq+PuWkeoa5lUnPdqQF95xwb15Vkmu21bhN3j3gkWjgm1+HcjGUo/fRA4V/0gLOPOO7Hqfc6vwlq0FXJ9luSs/BCA9cpZyhJQIDAQAB",
  "manifest_version": 3,
  "name": "Playlists history",
  "description": "This extension generates change stories for YouTube playlists.",
  "version": "1.1.27",
  "permissions": [
    "webRequest",
    "declarativeNetRequestWithHostAccess",
    "tabs",
    "identity",
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "https://*.ytimg.com/vi/*",
    "https://www.googleapis.com/drive/v3/files/*",
    "https://youtube.googleapis.com/youtube/v3/*",
    "https://content.googleapis.com/drive/v3/files/*",
    "https://content-people.googleapis.com/v1/people/me"
  ],
  "oauth2": {
    "client_id": "788680776425-97f3uf2gvmcrc763e1pg17ntn90e2gb6.apps.googleusercontent.com",
    "scopes": []
  },
  "icons": {
    "128": "img/icon-128.png"
  },
  "background": {
    "service_worker": "bundles/background-bundle.js"
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "*://www.youtube.com/*"
      ]
    }
  ]
}