圍棋人螢幕分享小工具

圍棋人螢幕分享小工具

安裝後我每天都到圍棋人網站分享生活點滴,變得頭好壯壯、考試都考一百分呢

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "圍棋人螢幕分享小工具",
  "author": "Goer, Inc.",
  "version": "1.0",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "安裝後我每天都到圍棋人網站分享生活點滴,變得頭好壯壯、考試都考一百分呢",
  "homepage_url": "https://www.goer.live",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://*.goer.live/*"
    ]
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    "icon.png"
  ]
}