WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
The Maps Express

The Maps Express

View on Chrome Web Store
View The Maps Express Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (9 ratings)
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A Shortcut to Google Maps, but Rich and Beautiful.
Type
Extension
Users
1,000 users
5
magical dino
View author page of magical dino
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 16, 2023
Version 1.12.0
Manifest version
3
Updated
Updated on November 19, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View The Maps Express Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "The Maps Express",
    "version": "1.12.0",
    "description": "A Shortcut to Google Maps, but Rich and Beautiful.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_title": "Click to turn on\/off",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "scripting",
        "tabGroups"
    ],
    "background": {
        "service_worker": "dist\/background.js",
        "type": "module"
    },
    "commands": {
        "run-search": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Search by The Maps Express"
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+S",
                "mac": "Alt+Shift+S"
            },
            "description": "Start the extension"
        },
        "auto-attach": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "Auto-attach links on page"
        },
        "run-directions": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Alt+R"
            },
            "description": "Get Google Maps directions"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "dist\/utils\/appSecret.js",
                "dist\/contentScript.js"
            ],
            "css": [
                "css\/iframe.css"
            ]
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/generativelanguage.googleapis.com\/*",
        "https:\/\/extensionpay.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "vendor\/fonts\/*.woff2",
                "popup.html",
                "css\/iframe.css",
                "dist\/inject.js",
                "dist\/ejectLite.js",
                "dist\/checkStatus.js",
                "dist\/utils\/ExtPay.module.js",
                "dist\/utils\/browser-polyfill.js",
                "dist\/utils\/crypto.js",
                "dist\/utils\/prompt.js",
                "dist\/hooks\/backgroundState.js",
                "dist\/hooks\/popupState.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top