MapQuest Directions
Brighten Your Day With a MapQuest Themed New Tab page & One-Click access to Your Favorite MapQuest Driving Directions. MapQuest…
Qu'est-ce que MapQuest Directions ?
MapQuest Directions est une extension Chrome développée par MapQuest Directions, et sa fonction principale est "Brighten Your Day With a MapQuest Themed New Tab page & One-Click access to Your Favorite MapQuest Driving Directions. MapQuest…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MapQuest Directions
Téléchargez les fichiers d'extension MapQuest Directions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | MapQuest Directions |
ID | ljocfgbodlhbdiiojpdnimkomffghman |
URL Officiel | 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… |
Taille du Fichier | 122 KB |
Nombre d'Installations | 14,702 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2024-02-19 |
Date de Publication | 2023-10-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | MapQuest Directions |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://system1.com/terms/privacy-policy |
Langues Prises en Charge | 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:;" } } |