Examine source code of Youtube TemasPlus

Inspect and view changes in Youtube TemasPlus 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",
  "manifest_version": 3,
  "version": "6.0",
  "name": "Youtube TemasPlus",
  "author": "TemasPlus",
  "description": "__MSG_desc__",
  "default_locale": "pt_BR",
  "action": {
    "default_title": "Youtube TemasPlus",
    "default_popup": "index.html",
    "default_icon": {
      "16": "icons/temasplus_16_16_32.png",
      "32": "icons/temasplus_32_32_32.png"
    }
  },
  "icons": {
    "16": "icons/temasplus_16_16_32.png",
    "24": "icons/temasplus_24_24_32.png",
    "32": "icons/temasplus_32_32_32.png",
    "48": "icons/temasplus_48_48_32.png",
    "64": "icons/temasplus_64_64_32.png",
    "96": "icons/temasplus_96_96_32.png",
    "128": "icons/temasplus_128_128_32.png",
    "256": "icons/temasplus_256_256_32.png"
  },
  "options_ui": {
    "page": "conf/panel.html",
    "open_in_tab": true
  },
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "themes/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "*://www.temasplus.com/*",
    "*://www.youtube.com/*"
  ],
  "permissions": [
    "scripting",
    "storage"
  ]
}