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 http://errors.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Errors.net official extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ URL | https://errors.net/ |
गोपनीयता नीति पृष्ठ URL | 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:\/\/*\/*" ] } |