Get Facebook Video URL

Get Facebook Video URL

Get Facebook video URL is a tool to help you obtain the video links from Facebook and to create stream on TikTok

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Get Facebook Video URL",
  "description": "Get Facebook video URL is a tool to help you obtain the video links from Facebook and to create stream on TikTok",
  "version": "1.1.5",
  "manifest_version": 3,
  "homepage_url": "https://gostream.co",
  "icons": {
    "48": "icons/logo48.png",
    "128": "icons/logo128.png"
  },
  "action": {
    "default_title": "Get Video URL of Facebook",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "tabs",
    "activeTab",
    "cookies",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*.facebook.com/",
    "*://*.tiktok.com/"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://localhost:9303/*",
      "https://webapp-maxstream.gstech.space/*",
      "https://app.streamagain.co/*",
      "https://localhost:8080/*",
      "https://dev.gostream.co/*",
      "https://app.gostream.co/*"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'"
  }
}