Magic Chrome Extension

Build a Chrome extension with Magic auth!

What is Magic Chrome Extension?

Magic Chrome Extension is a Chrome extension developed by hunter, and its main feature is "Build a Chrome extension with Magic auth!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Magic Chrome Extension Extension CRX File

Download Magic Chrome Extension 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

                        This app integrates passwordless authentication into a chrome browser extension to show developers how they can add authentication to their own chrome extensions.                    

Extension Basic Information

Name Magic Chrome Extension Magic Chrome Extension
ID ealdjejebmabnecpgbahojanllhpjlef
Official URL https://chrome.google.com/webstore/detail/magic-chrome-extension/ealdjejebmabnecpgbahojanllhpjlef
Description Build a Chrome extension with Magic auth!
File Size 335 KB
Installation Count 152
Current Version 0.1.0
Last Updated 2021-04-05
Publish Date 2021-04-05
Rating 5.00/5 Total 1 Ratings
Developer hunter
Email [email protected]
Payment Type free
Extension Website https://magic.link
Privacy Policy Page URL https://magic.link/legal/developer-privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magic Chrome Extension",
    "description": "Build a Chrome extension with Magic auth!",
    "version": "0.1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/icon-purple.png",
            "48": "\/icon-purple.png",
            "128": "\/icon-purple.png"
        }
    },
    "icons": {
        "16": "\/icon-purple.png",
        "48": "\/icon-purple.png",
        "128": "\/icon-purple.png"
    }
}