Fluvid - Screen Video Recorder

Fluvid - Screen Video Recorder

The best all-in-one online screen capture, video recording and streaming software that is available for free.

Additional files are visible only to premium users

manifest.json


{
  "name": "Fluvid - Screen Video Recorder",
  "version": "8.1.0",
  "description": "The best all-in-one online screen capture, video recording and streaming software that is available for free.",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.google-analytics.com https://www.googletagmanager.com; object-src 'self'",
  "commands": {
    "open_extension": {
      "suggested_key": {
        "default": "Alt+Shift+V"
      },
      "description": "Recording videos"
    }
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "tabs",
    "notifications",
    "desktopCapture",
    "tabCapture",
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "page": "template/background.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_popup": "template/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "js/inboxsdk.js",
        "js/gmail-search.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js",
        "js/lib/socket.io.js",
        "js/modules/server.js",
        "js/gaTag.js",
        "js/modules/draw.js",
        "js/helper.js",
        "js/main.js",
        "js/jquery-3.6.0.min.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "template/*",
    "js/modules/*",
    "js/lib/*",
    "css/*",
    "font-awesome/*",
    "images/*",
    "sound/*"
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://*.fluvid.com/*",
      "*://*.vidooly.com/*",
      "*://localhost/*",
      "*://*.atlassian.net/*"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArY/UNio6zpZc4jJC9K6hXEGXZ34hL2TPd0OoRb3GtB0wl8h2znN9stbENhfAYlaOVdbBoVwMRh2e/i3EB2HjfwtJr0MlSzfCA2KabPCTzZXJitYhkK9FSq8xtlrAFenJdHN1Iw12IltIK54VZTkkUK03EgM0e3nokBrzQNmUfARLtBgnp77NIskNb1xamqKaINaGakSATI3VG5nRsudtVjcTlZzxm9mtBS3szSsmKHFBfTzv1XrKm6UZU6AzwvXUU8Qgp60lxoM4dXqxDA3aLJ55ZGGnUEdiNAh4mRJRLPPAiuUmIYolDaLKjcrp5/FLHRAhkJtE3ukdBF9MKH+twQIDAQAB",
  "incognito": "split",
  "minimum_chrome_version": "75"
}