Lookup MAC Address

Find the vendor / manufacturer of a device by its MAC Address with our lookup tool

What is Lookup MAC Address?

Lookup MAC Address is a Chrome extension developed by Gabriel Godri, and its main feature is "Find the vendor / manufacturer of a device by its MAC Address with our lookup tool".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Lookup MAC Address Extension CRX File

Download Lookup MAC Address 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

                        Ethernet/Vendor/Bluetooth MAC Address Lookup and Search.                    

Extension Basic Information

Name Lookup MAC Address Lookup MAC Address
ID cjmkeakikfcijjbcdlgominglghpbojf
Official URL https://chromewebstore.google.com/detail/lookup-mac-address/cjmkeakikfcijjbcdlgominglghpbojf
Description Find the vendor / manufacturer of a device by its MAC Address with our lookup tool
File Size 10.93 KB
Installation Count 654
Current Version 3.0.1
Last Updated 2022-12-16
Publish Date 2020-04-07
Rating 4.00/5 Total 7 Ratings
Developer Gabriel Godri
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lookup MAC Address",
    "description": "Find the vendor \/ manufacturer of a device by its MAC Address with our lookup tool",
    "icons": {
        "128": "icon128.png"
    },
    "version": "3.0.1",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/eventPage.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js"
            ],
            "run_at": "document_end",
            "persistent": false
        }
    ]
}