Missing Shop
Provides different shopping options if the online store the user is trying to find is missing.
ما هو Missing Shop؟
Missing Shop هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Provides different shopping options if the online store the user is trying to find is missing.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Missing Shop
قم بتنزيل ملفات الامتداد Missing Shop بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Provides the user different searched options if the online store they are navigating generates missing errors, such as a 404 error.
معلومات أساسية عن التمديد
الاسم | Missing Shop |
ID | jnlmbbdhfoeohfmbddlchdlfknmpmpea |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/missing-shop/jnlmbbdhfoeohfmbddlchdlfknmpmpea |
الوصف | Provides different shopping options if the online store the user is trying to find is missing. |
حجم الملف | 8.33 KB |
عدد التثبيتات | 12,013 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-04-22 |
تاريخ النشر | 2022-04-22 |
تقييم | 4.40/5 مجموع تقييمات 5 |
المطور | Unknown |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://missing-shop.com |
عنوان صفحة المساعدة | https://missing-shop.com/?a=about |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Matt H", "name": "Missing Shop", "short_name": "Missing Shop", "homepage_url": "https:\/\/missing-shop.com", "description": "Provides different shopping options if the online store the user is trying to find is missing.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |