Errors.net official extension
The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.
ما هو Errors.net official extension؟
Errors.net official extension هو إضافة Chrome تم تطويرها بواسطة http://errors.net، والميزة الرئيسية لها هي "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Errors.net official extension
قم بتنزيل ملفات الامتداد Errors.net official extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Server and DNS errors are boring. Errors.net takes internet errors and turns them into beautiful webpages that are full of useful information, relevant offers, and an easy to use search bar (search results provided by Yahoo!). Add the official Errors.net extension today and you won't have to look at a boring internet error page ever again. New with version 2.0 we are displaying page load times, performance metrics and site unavailability data. This is used to display geo-data on a live map on errors.net showing network and website errors by region.
معلومات أساسية عن التمديد
الاسم | |
ID | ijmiidfenfofcafblkimipaiapnhjeme |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/errorsnet-official-extens/ijmiidfenfofcafblkimipaiapnhjeme |
الوصف | The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted. |
حجم الملف | 25.67 KB |
عدد التثبيتات | 395,828 |
النسخة الحالية | 2.0 |
آخر تحديث | 2023-03-13 |
تاريخ النشر | 2022-06-15 |
تقييم | 3.50/5 مجموع تقييمات 22 |
المطور | http://errors.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://errors.net/ |
عنوان صفحة المساعدة | https://errors.net/ |
عنوان صفحة سياسة الخصوصية | https://errors.net/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Errors.net official extension", "homepage_url": "https:\/\/errors.net", "description": "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.", "version": "2.0", "manifest_version": 3, "background": { "service_worker": "worker.js" }, "action": { "default_icon": "logo-128.png" }, "icons": { "128": "logo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "performance.js" ] } ], "permissions": [ "webRequest", "webNavigation", "storage", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |