Player Lookalike Image Creator for YouTube™

Player Lookalike Image Creator for YouTube™

Creates an image from a Youtube™ video thumbnail with a "Youtube™ player" overlaid.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Player Lookalike Image Creator for YouTube™",
  "description": "Creates an image from a Youtube™ video thumbnail with a \"Youtube™ player\" overlaid.",
  "version": "0.0.0.6",
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://img.youtube.com/*",
    "https://www.youtube.com/*"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_title": "Create picture!"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "imgs/*.png"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ],
      "extension_ids": [
        "abepkojkmegpkljhccmohcbhhnniofnc"
      ],
      "use_dynamic_url": true
    }
  ],
  "options_page": "options/options.html",
  "icons": {
    "16": "icon/icon.png",
    "48": "icon/icon.png",
    "128": "icon/icon.png"
  },
  "manifest_version": 3
}