Forget 404s
Provides optional alternatives instead of the user getting frustrated with 404 pages.
ما هو Forget 404s؟
Forget 404s هو إضافة Chrome تم تطويرها بواسطة wil، والميزة الرئيسية لها هي "Provides optional alternatives instead of the user getting frustrated with 404 pages.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Forget 404s
قم بتنزيل ملفات الامتداد Forget 404s بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An integrated experience for users who get frustrated with 404 errors while browsing. Provides quick alternative options when they arrive at a 404 page.
معلومات أساسية عن التمديد
الاسم | |
ID | ighgdclfnamomoacncjldkncobhjhioe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/forget-404s/ighgdclfnamomoacncjldkncobhjhioe |
الوصف | Provides optional alternatives instead of the user getting frustrated with 404 pages. |
حجم الملف | 6.88 KB |
عدد التثبيتات | 20,707 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-04-21 |
تاريخ النشر | 2022-04-21 |
تقييم | 4.20/5 مجموع تقييمات 10 |
المطور | wil |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://forget-404s.com |
عنوان صفحة المساعدة | https://forget-404s.com/?a=about |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Wil B", "name": "Forget 404s", "short_name": "Forget 404s", "homepage_url": "https:\/\/forget-404s.com", "description": "Provides optional alternatives instead of the user getting frustrated with 404 pages.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |