Mac Addr Fetcher BY ALI

Mac Addr Fetcher BY ALI

获取客户端 mac address

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mac Addr Fetcher BY ALI",
  "version": "1.3",
  "description": "获取客户端 mac address",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "nativeMessaging",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "images/M16.png",
    "32": "images/M32.png",
    "48": "images/M48.png",
    "128": "images/M128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://tax-ey-overseas.alibaba-inc.com/AlibabaOverseaCore/*"
    ]
  },
  "manifest_version": 2
}