Error Director
Error Director is an easy tool to help you find alternative paths and information on errors.
ما هو Error Director؟
Error Director هو إضافة Chrome تم تطويرها بواسطة alyssaroberts805، والميزة الرئيسية لها هي "Error Director is an easy tool to help you find alternative paths and information on errors.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Error Director
قم بتنزيل ملفات الامتداد Error Director بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When the website is no longer active we give you another website close to what your looking for.
معلومات أساسية عن التمديد
الاسم | |
ID | jfaiphgcmhghjjpoiieniajcimnbbafm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/error-director/jfaiphgcmhghjjpoiieniajcimnbbafm |
الوصف | Error Director is an easy tool to help you find alternative paths and information on errors. |
حجم الملف | 13 KB |
عدد التثبيتات | 90,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-05-30 |
تاريخ النشر | 2022-05-30 |
تقييم | 3.00/5 مجموع تقييمات 10 |
المطور | alyssaroberts805 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://errordirector.com |
عنوان صفحة المساعدة | https://errordirector.com/?a=about |
عنوان صفحة سياسة الخصوصية | https://errordirector.com?a=privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "alyssa roberts", "name": "Error Director ", "short_name": "Error Director ", "homepage_url": "https:\/\/errordirector.com", "description": "Error Director is an easy tool to help you find alternative paths and information on errors.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |