DD/FVWebinar スクリーン共有プラグイン

DD/FVWebinar スクリーン共有プラグイン

This is the workshop extension utility for screensharing support in the workshop

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js",
      "background.common.js",
      "recordRTC/getUserMedia.js",
      "recordRTC/gotStream.js",
      "recordRTC/MultiStreamRecorder.js",
      "recordRTC/MediaStreamRecorder.js",
      "recordRTC/StereoAudioRecorder.js",
      "recordRTC/DiskStorage.js",
      "background.messaging.js",
      "background.desktopCapture.js",
      "EMBL.js",
      "background.tabCapture.js"
    ],
    "matches": [
      "https://*/*",
      "http://localhost:3000/*/*"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://apis.google.com; object-src 'self'",
  "description": "This is the workshop extension utility for screensharing support in the workshop",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "externally_connectable": {
    "matches": [
      "https://*.dd-talk.net/*",
      "https://dd-talk.net/*",
      "https://*.workshop-live.com/*",
      "https://628d05de.ngrok.io/*",
      "https://*.firebaseapp.com/*",
      "https://spac.ee/*",
      "http://localhost:3000/*/*",
      "https://4dceff8c.ngrok.io/*/*"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqCJZF9Hxw117OHpkY468b04YcXbj1rGb6DSS97XjdiglmPoKOzGtYK2XbgMZTGxcAEd8esacLyovXLFcz/nUHJwiRlSSAHNjblGpPEJJaGlwiAgheRg9dpftVw8e0DxhBjbTj2eA+dsZsl+jdVMc0H218WPk4xnPn6um8SK/8iaDin+ugG31yG6iE7q+lQvox7amyMhEAF6NB/3XozBkavNRGzOCLPmF17vZfqqcvrkVEgvgMTQQIVZcCY1S+q2ZjVpjYB6VN1gSZdZZ0HGlayPc/FDHKHfEeH9VC6oJhCn5PR/Hh5abNbSAl2V+CDkgG9WK2+C6R0/vxk1V5SVK2wIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "49",
  "name": "DD/FVWebinar スクリーン共有プラグイン",
  "permissions": [
    "desktopCapture",
    "http://localhost:3000/*/*",
    "activeTab",
    "tabs",
    "tabCapture",
    "storage",
    "<all_urls>",
    "identity",
    "https://www.googleapis.com/*"
  ],
  "short_name": "DD/FVWebinar スクリーン共有プラグイン",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.7.7"
}