Examine source code of YouTube Tamers12345ify

Inspect and view changes in YouTube Tamers12345ify 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
{
  "manifest_version": 2,
  "name": "YouTube Tamers12345ify",
  "version": "2",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "96": "icons/icon-96.png"
  },
  "description": "Modify YouTube thumbnails to include Tamers12345",
  "permissions": [
    "https://www.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "tamers12345ify.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "images/*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3c13eb2d-3f8e-43f8-8acb-7e0e092ccbab}"
    }
  }
}