Maps & Driving Directions

Maps & Driving Directions replaces your new tab with Maps & Driving Directions with sponsored web search.

Was ist Maps & Driving Directions?

Maps & Driving Directions ist eine Chrome-Erweiterung, die von Maps & Driving Directions entwickelt wurde, und ihr Hauptmerkmal ist "Maps & Driving Directions replaces your new tab with Maps & Driving Directions with sponsored web search.".

Erweiterungsscreenshots

screenshot

Maps & Driving Directions-Erweiterungs-CRX-Datei herunterladen

Laden Sie Maps & Driving Directions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Maps & Driving Directions app features quick search to get Maps & Driving Directions, Weather, Custom Shortcuts, Time & Date & Yahoo Web Search.

Enter Your Starting & Ending location to get Driving Directions or Toggle the Map switch to search a location.

The Installation of this extension will configure your New Tab Page to Maps & Driving Directions. Maps & Driving Directions extension is all you need to start browsing with quick access to driving directions & web search.

Permissions we request:

New Tab:
This permission allows the extension to replace the page you see when opening a new tab

Privacy Policy: https://mapsdrivingdirections.net/pages/privacy.html
EULA: https://mapsdrivingdirections.net/pages/eula.html

Uninstall Instructions: 
https://mapsdrivingdirections.net/pages/uninstall.html                    

Grundlegende Informationen zur Erweiterung

Name Maps & Driving Directions Maps & Driving Directions
ID hjfiefolgakpndodphcgjllcojieoaak
Offizielle URL https://chromewebstore.google.com/detail/maps-driving-directions/hjfiefolgakpndodphcgjllcojieoaak
Beschreibung Maps & Driving Directions replaces your new tab with Maps & Driving Directions with sponsored web search.
Dateigröße 1.03 MB
Installationsanzahl 50,362
Aktuelle Version 1.0.8
Letztes Update 2023-01-04
Veröffentlichungsdatum 2022-01-28
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Maps & Driving Directions
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://mapsdrivingdirections.net/pages/privacy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.8",
    "manifest_version": 3,
    "short_name": "Maps & Driving Directions",
    "description": "Maps & Driving Directions replaces your new tab with Maps & Driving Directions with sponsored web search.",
    "name": "Maps & Driving Directions",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}