Vivo Video Src

Vivo Video Src

Adds a button on Vivo Videos, which coppies the video src url to the clipboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Vivo Video Src",
  "version": "1.2.3",
  "description": "Adds a Button to copy the source of the Vivo video to the clipboard",
  "icons": {
    "128": "icons/icon128.png",
    "512": "icons/icon512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.vivo.sx/*"
      ],
      "js": [
        "url.js"
      ]
    }
  ]
}