YouTube Copy Firefox

Examine source code of YouTube Copy

By: mp
Inspect and view changes in YouTube Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Copy",
  "version": "1001",
  "description": "Copy the YouTube URL without the extra parameters",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "icon128.png"
    },
    "default_title": "YouTube Copy"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "commands": {
    "copy": {
      "description": "Copy the YouTube URL"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4968b99e-2cc7-4eea-b459-41312910991b}"
    }
  }
}

Best YouTube Copy Alternatives

Here are some Firefox add-ons that are similar to YouTube Copy: