beanfun!擴充元件

beanfun!擴充元件

Receive a message from a native application.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "contactclient.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "check.js"
      ],
      "matches": [
        "*://tw.beanfun.com/*"
      ]
    }
  ],
  "description": "Receive a message from a native application.",
  "icons": {
    "128": "beanfun!.png"
  },
  "manifest_version": 2,
  "name": "beanfun!擴充元件",
  "permissions": [
    "nativeMessaging",
    "*://tw.beanfun.com/*"
  ],
  "version": "0.0.8",
  "applications": {
    "gecko": {
      "id": "cgakmbkklpmijhckpolanjijghgfpeoa@chrome-store-foxified-unsigned"
    }
  }
}