VideoBridge

VideoBridge

Enable you to play youtube links inside facebook

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "VideoBridge",
  "description": "Enable you to play youtube links inside facebook",
  "version": "1.1.0",
  "author": "Santa Bogdan <[email protected]>",
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "*://www.facebook.com/*"
      ],
      "js": [
        "jquery-3.2.1.min.js",
        "content.js"
      ]
    }
  ],
  "short_name": "MTS"
}