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…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MapQuest Directions
قم بتنزيل ملفات الامتداد MapQuest Directions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة سياسة الخصوصية | 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:;" } } |