MapQuest Directions

Brighten Your Day With a MapQuest Themed New Tab page & One-Click access to Your Favorite MapQuest Driving Directions. MapQuest…

What is MapQuest Directions?

MapQuest Directions is a Chrome extension developed by MapQuest Directions, and its main feature is "Brighten Your Day With a MapQuest Themed New Tab page & One-Click access to Your Favorite MapQuest Driving Directions. MapQuest…".

Extension Screenshots

screenshot

Download MapQuest Directions Extension CRX File

Download MapQuest Directions 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

                        Brighten Your Day With a MapQuest Themed New Tab page & One-Click access to Your Favorite MapQuest Driving Directions. MapQuest Directions extension will change your New Tab page to MapQuest Directions with Yahoo Sponsored Web Search, along with Adding Shortcut's and Background Image.



You can find our Privacy Policy at: https://system1.com/terms/privacy-policy                    

Extension Basic Information

Name MapQuest Directions MapQuest Directions
ID ljocfgbodlhbdiiojpdnimkomffghman
Official URL https://chromewebstore.google.com/detail/mapquest-directions/ljocfgbodlhbdiiojpdnimkomffghman
Description Brighten Your Day With a MapQuest Themed New Tab page & One-Click access to Your Favorite MapQuest Driving Directions. MapQuest…
File Size 122 KB
Installation Count 14,702
Current Version 1.1.2
Last Updated 2024-02-19
Publish Date 2023-10-15
Rating 5.00/5 Total 1 Ratings
Developer MapQuest Directions
Email [email protected]
Payment Type free
Privacy Policy Page URL https://system1.com/terms/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.2",
    "manifest_version": 3,
    "short_name": "MapQuest Directions",
    "name": "MapQuest Directions",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/mapquestdirections.com\/*"
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/mapquestdirections.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' https:\/\/cdn.jsdelivr.net; connect-src 'self' https:\/\/mapquestdrivingdirections.org https:\/\/www.mapquest.com\/directions; script-src 'self'; object-src 'self'; img-src 'self' https:\/\/mapquestdrivingdirections.org\/ * data:;"
    }
}