MapQuest Directions

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

Τι είναι το MapQuest Directions;

Το MapQuest Directions είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MapQuest Directions, και η κύρια λειτουργία του είναι "Brighten Your Day With a MapQuest Themed New Tab page & One-Click access to Your Favorite MapQuest Driving Directions. MapQuest…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης MapQuest Directions

Λήψη αρχείων επέκτασης MapQuest Directions σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MapQuest Directions MapQuest Directions
ID ljocfgbodlhbdiiojpdnimkomffghman
Επίσημο URL https://chromewebstore.google.com/detail/mapquest-directions/ljocfgbodlhbdiiojpdnimkomffghman
Περιγραφή Brighten Your Day With a MapQuest Themed New Tab page & One-Click access to Your Favorite MapQuest Driving Directions. MapQuest…
Μέγεθος Αρχείου 122 KB
Αριθμός Εγκαταστάσεων 14,702
Τρέχουσα Έκδοση 1.1.2
Τελευταία Ενημέρωση 2024-02-19
Ημερομηνία Δημοσίευσης 2023-10-15
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής MapQuest Directions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://system1.com/terms/privacy-policy
Υποστηριζόμενες Γλώσσες 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:;"
    }
}