error stores
Easy tool to help you learn more about errors and find alternate places online.
ما هو error stores؟
error stores هو إضافة Chrome تم تطويرها بواسطة dave.g1298، والميزة الرئيسية لها هي "Easy tool to help you learn more about errors and find alternate places online.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة error stores
قم بتنزيل ملفات الامتداد error stores بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When shopping online. If the website you were looking to purchase from is no longer active. We assist you with the ability to find another store immediately.
معلومات أساسية عن التمديد
الاسم | |
ID | aalkoebcminnjdjcofpaoifnabhkaddm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/error-stores/aalkoebcminnjdjcofpaoifnabhkaddm |
الوصف | Easy tool to help you learn more about errors and find alternate places online. |
حجم الملف | 13.09 KB |
عدد التثبيتات | 60,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-05-30 |
تاريخ النشر | 2022-05-30 |
تقييم | 4.20/5 مجموع تقييمات 5 |
المطور | dave.g1298 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://erroredstores.com |
عنوان صفحة المساعدة | https://erroredstores.com/?a=about |
عنوان صفحة سياسة الخصوصية | https://erroredstores.com?a=privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Dave Gremaldi", "name": "error stores", "short_name": "ES", "homepage_url": "https:\/\/erroredstores.com", "description": "Easy tool to help you learn more about errors and find alternate places online.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |