ClickPilot Clipper

ClickPilot Clipper

Easily add videos from YouTube to your ClickPilot projects and conveniently download thumbnails with just a click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ClickPilot Clipper",
  "description": "Easily add videos from YouTube to your ClickPilot projects and conveniently download thumbnails with just a click.",
  "version": "1.0.5",
  "homepage_url": "https://clickpilot.app",
  "action": {
    "default_popup": "src/popup/index.html",
    "default_icon": {
      "16": "icon-16x16.png",
      "32": "icon-32x32.png",
      "48": "icon-48x48.png",
      "128": "icon-128x128.png"
    }
  },
  "options_page": "src/options/index.html",
  "icons": {
    "16": "icon-16x16.png",
    "32": "icon-32x32.png",
    "48": "icon-48x48.png",
    "128": "icon-128x128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/main.ts-loader-93271148.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "css": [
        "assets/main-1a97bdc9.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "resources": [
        "icon-128x128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "resources": [
        "assets/runtime-dom.esm-bundler-065d8289.js",
        "assets/BaseButton.vue_vue_type_script_setup_true_lang-e725f54a.js",
        "assets/main.ts-dc9ab2fe.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "downloads"
  ],
  "host_permissions": [
    "https://*.clickpilot.app/*"
  ]
}