Quick Chrome Share

Quick Chrome Share

This extension share the chrome tabs video/audio and send them chrome app for LAN sharing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Quick Chrome Share",
  "description": "This extension share the chrome tabs video/audio and send them chrome app for LAN sharing",
  "version": "1.10.5",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Click here!"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "alarms",
    "activeTab",
    "tabCapture",
    "background",
    "desktopCapture",
    "notifications"
  ]
}