Mac Addr Fetcher BY ALI
获取客户端 mac address
Mac Addr Fetcher BY ALIとは何ですか?
Mac Addr Fetcher BY ALIはqianqiandyによって開発されたChromeの拡張機能で、その主な機能は「获取客户端 mac address」です。
拡張機能のスクリーンショット
Mac Addr Fetcher BY ALI拡張機能のCRXファイルをダウンロード
Mac Addr Fetcher BY ALI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
get user mac address
拡張機能の基本情報
名前 | Mac Addr Fetcher BY ALI |
ID | hjhfiogdcodioejfehhbbcofjgmefbom |
公式URL | https://chromewebstore.google.com/detail/mac-addr-fetcher-by-ali/hjhfiogdcodioejfehhbbcofjgmefbom |
説明 | 获取客户端 mac address |
ファイルサイズ | 35.84 KB |
インストール数 | 22 |
現在のバージョン | 1.3 |
最終更新日 | 2019-09-23 |
公開日 | 2019-09-22 |
開発者 | qianqiandy |
支払い方法 | free |
拡張機能のウェブサイト | http://tax-ey-overseas.alibaba-inc.com/AlibabaOverseaCore |
対応言語 | 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 } |