遊戲橘子擴充元件

遊戲橘子擴充元件

Receive a message from a native application.

Additional files are visible only to premium users

manifest.json


{
  "author": "遊戲橘子",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "js": [
        "check.js"
      ],
      "matches": [
        "*://bfweb.hk.beanfun.com/*",
        "*://hk.beanfun.com/*"
      ]
    }
  ],
  "description": "Receive a message from a native application.",
  "icons": {
    "128": "beanfun!.png"
  },
  "manifest_version": 2,
  "name": "遊戲橘子擴充元件",
  "permissions": [
    "nativeMessaging",
    "*://bfweb.hk.beanfun.com/*",
    "*://hk.beanfun.com/*"
  ],
  "version": "0.0.4",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}