Pixel CTV Screen Sharing 2.0

Pixel CTV Screen Sharing 2.0

Pixel CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "NETSTAIRS",
  "background": {
    "persistent": false,
    "scripts": [
      "background-script.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content-script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Pixel CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.",
  "homepage_url": "https://pixel9.click-to-video.com:5443/LiveApp/",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "name": "Pixel CTV Screen Sharing 2.0",
  "permissions": [
    "desktopCapture"
  ],
  "version": "2.13",
  "web_accessible_resources": [
    "icon128.png"
  ]
}