亲加视频云

亲加视频云

亲加视频云分享桌面,需要该插件支持。亲加通讯云官网:http://gotye.com.cn/

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "minimum_chrome_version": "38",
  "name": "亲加视频云",
  "permissions": [
    "desktopCapture"
  ],
  "short_name": "亲加视频云",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.1",
  "background": {
    "persistent": true,
    "scripts": [
      "script.js"
    ]
  },
  "description": "亲加视频云分享桌面,需要该插件支持。亲加通讯云官网:http://gotye.com.cn/",
  "externally_connectable": {
    "matches": [
      "*://*.gotye.com.cn/*",
      "*://localhost/*"
    ]
  },
  "icons": {
    "16": "gotye_icon_16.png",
    "48": "gotye_icon_48.png",
    "128": "gotye_icon_128.png"
  },
  "browser_action": {
    "default_icon": "gotye_icon_48.png"
  }
}