Ostendo – Capture Beautiful YouTube Screenshots

Ostendo – Capture Beautiful YouTube Screenshots

Capture & Share beautiful Tiles of YouTube Thumbnails & Comments! Customize the shape, content, and theme!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.1.11",
  "manifest_version": 3,
  "name": "Ostendo – Capture Beautiful YouTube Screenshots",
  "description": "Capture & Share beautiful Tiles of YouTube Thumbnails & Comments! Customize the shape, content, and theme!",
  "action": {
    "default_popup": "Popup/index.html",
    "default_title": "Ostendo",
    "default_icon": "icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "youtube/index.js"
      ],
      "css": [
        "youtube/style.css"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "ostendo_eye.riv",
        "ostendo_TileButtons-v2.riv",
        "AoE-SoTD.webp",
        "AoE-WWDITS.webp",
        "AoE-LovecraftCountry.webp"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ]
    }
  ]
}