Mac Addr Fetcher BY ALI

获取客户端 mac address

What is Mac Addr Fetcher BY ALI?

Mac Addr Fetcher BY ALI is a Chrome extension developed by qianqiandy, and its main feature is "获取客户端 mac address".

Extension Screenshots

screenshot

Download Mac Addr Fetcher BY ALI Extension CRX File

Download Mac Addr Fetcher BY ALI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        get user mac address                    

Extension Basic Information

Name Mac Addr Fetcher BY ALI Mac Addr Fetcher BY ALI
ID hjhfiogdcodioejfehhbbcofjgmefbom
Official URL https://chromewebstore.google.com/detail/mac-addr-fetcher-by-ali/hjhfiogdcodioejfehhbbcofjgmefbom
Description 获取客户端 mac address
File Size 35.84 KB
Installation Count 22
Current Version 1.3
Last Updated 2019-09-23
Publish Date 2019-09-22
Developer qianqiandy
Payment Type free
Extension Website http://tax-ey-overseas.alibaba-inc.com/AlibabaOverseaCore
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mac Addr Fetcher BY ALI",
    "version": "1.3",
    "description": "\u83b7\u53d6\u5ba2\u6237\u7aef 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
}