Screenshare Chrome Extension

Screenshare Chrome Extension

Chrome Extension granting WebRTC screen capturing capabilities.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Screenshare Chrome Extension",
  "author": "[email protected]",
  "version": "0.0.41",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "Chrome Extension granting WebRTC screen capturing capabilities.",
  "homepage_url": "http://www.51asj.com/",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "icons": {
    "60": "icon.png"
  },
  "externally_connectable": {
    "matches": [
      "*://51asj.com/*",
      "*://*.51asj.com/*",
      "*://172.16.3.150/*",
      "*://172.16.3.151/*",
      "*://172.16.3.152/*",
      "*://172.16.3.153/*",
      "*://172.16.3.154/*",
      "*://172.16.3.155/*",
      "*://172.16.3.156/*",
      "*://172.16.3.157/*",
      "*://172.16.3.158/*",
      "*://172.16.3.159/*",
      "*://172.16.3.160/*",
      "*://172.16.3.161/*",
      "*://172.16.3.172/*",
      "*://172.16.3.173/*",
      "*://172.16.3.174/*",
      "*://172.16.3.175/*",
      "*://172.16.3.176/*",
      "*://172.16.4.161/*",
      "*://172.16.4.162/*",
      "*://172.16.4.163/*",
      "*://172.16.4.164/*",
      "*://172.16.4.165/*",
      "*://192.168.10.122/*",
      "*://192.168.10.123/*",
      "*://192.168.10.124/*",
      "*://192.168.10.125/*",
      "*://192.168.10.126/*",
      "*://111.206.26.107/*",
      "*://111.206.26.108/*",
      "*://111.206.26.109/*",
      "*://172.22.87.22/*",
      "*://192.168.1.111/*",
      "*://192.168.50.94/*",
      "*://192.168.0.50/*",
      "*://192.168.0.81/*",
      "*://121.195.155.8/*",
      "*://172.25.1.71/*",
      "*://172.25.1.145/*",
      "*://celzxkt.buct.edu.cn/*",
      "*://*.buct.edu.cn/*",
      "*://172.16.3.54/*",
      "*://192.168.8.50/*",
      "*://192.168.8.51/*",
      "*://192.168.8.52/*",
      "*://192.168.8.53/*",
      "*://192.168.8.54/*",
      "*://192.168.8.55/*",
      "*://192.168.8.56/*",
      "*://192.168.8.57/*",
      "*://192.168.8.58/*",
      "*://192.168.8.59/*",
      "*://192.168.8.60/*",
      "*://192.168.2.243/*",
      "*://192.168.2.244/*",
      "*://172.8.15.40/*",
      "*://172.8.15.200/*",
      "*://43.226.238.227/*",
      "*://43.226.238.226/*",
      "*://162.105.94.168/*",
      "*://192.168.111.200/*",
      "*://192.168.111.201/*",
      "*://192.168.111.202/*",
      "*://192.168.111.203/*",
      "*://192.168.111.204/*",
      "*://192.168.111.205/*",
      "*://192.168.111.206/*",
      "*://192.168.111.207/*",
      "*://192.168.111.208/*",
      "*://192.168.111.209/*",
      "*://192.168.111.210/*",
      "*://192.168.111.211/*",
      "*://192.168.111.212/*",
      "*://192.168.111.213/*",
      "*://192.168.111.214/*",
      "*://192.168.111.215/*",
      "*://192.168.111.216/*",
      "*://192.168.20.52/*",
      "*://192.168.20.51/*",
      "*://192.168.20.110/*",
      "*://192.168.20.111/*",
      "*://192.168.20.112/*",
      "*://192.168.20.113/*",
      "*://192.168.20.114/*",
      "*://192.168.20.115/*",
      "*://172.23.120.20/*",
      "*://172.23.120.21/*",
      "*://172.23.120.22/*",
      "*://172.23.120.23/*",
      "*://172.23.120.24/*",
      "*://172.23.120.25/*",
      "*://10.91.126.253/*",
      "*://10.0.8.241/*",
      "*://192.168.111.229/*",
      "*://172.17.67.250/*",
      "*://10.199.18.20/*",
      "*://10.199.18.21/*",
      "*://10.199.18.22/*",
      "*://10.10.65.70/*",
      "*://10.10.10.100/*",
      "*://10.10.10.101/*",
      "*://10.1.14.182/*",
      "*://10.1.14.181/*",
      "*://10.1.14.183/*",
      "*://10.91.106.100/*",
      "*://192.169.0.50/*",
      "*://192.169.0.51/*",
      "*://192.169.0.52/*",
      "*://192.168.0.50/*",
      "*://192.168.0.51/*",
      "*://192.168.0.52/*",
      "*://192.168.53.34/*",
      "*://192.168.53.35/*",
      "*://192.168.53.36/*",
      "*://10.0.2.126/*",
      "*://10.2.57.168/*",
      "*://10.2.58.111/*",
      "*://202.204.61.116/*",
      "*://202.204.61.117/*",
      "*://202.204.61.118/*",
      "*://202.204.61.119/*",
      "*://202.204.61.200/*",
      "*://10.1.10.35/*",
      "*://10.1.10.36/*"
    ]
  },
  "permissions": [
    "desktopCapture",
    "activeTab"
  ],
  "web_accessible_resources": [
    "icon.png"
  ]
}