MapQuest Directions

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

Apa itu MapQuest Directions?

MapQuest Directions adalah ekstensi Chrome yang dikembangkan oleh MapQuest Directions, dan fitur utamanya adalah "Brighten Your Day With a MapQuest Themed New Tab page & One-Click access to Your Favorite MapQuest Driving Directions. MapQuest…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MapQuest Directions

Unduh file ekstensi MapQuest Directions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama MapQuest Directions MapQuest Directions
ID ljocfgbodlhbdiiojpdnimkomffghman
URL Resmi https://chromewebstore.google.com/detail/mapquest-directions/ljocfgbodlhbdiiojpdnimkomffghman
Deskripsi Brighten Your Day With a MapQuest Themed New Tab page & One-Click access to Your Favorite MapQuest Driving Directions. MapQuest…
Ukuran File 122 KB
Jumlah Instalasi 14,702
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2024-02-19
Tanggal Publikasi 2023-10-15
Penilaian 5.00/5 Total 1 Penilaian
Pengembang MapQuest Directions
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://system1.com/terms/privacy-policy
Bahasa yang Didukung 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:;"
    }
}