Forget 404s
Provides optional alternatives instead of the user getting frustrated with 404 pages.
Forget 404s क्या है?
Forget 404s wil द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides optional alternatives instead of the user getting frustrated with 404 pages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Forget 404s एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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:\/\/*\/*" ] } |