Errors.net official extension
The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.
Vad är Errors.net official extension?
Errors.net official extension är en Chrome-tillägg utvecklad av http://errors.net, och dess huvudfunktion är "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.".
Tilläggsskärmbilder
Ladda ner Errors.net official extension-förlängningens CRX-fil
Ladda ner Errors.net official extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ijmiidfenfofcafblkimipaiapnhjeme |
Officiell webbadress | https://chrome.google.com/webstore/detail/errorsnet-official-extens/ijmiidfenfofcafblkimipaiapnhjeme |
Beskrivning | The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted. |
Filstorlek | 25.67 KB |
Antal Installationer | 395,828 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2023-03-13 |
Publiceringsdatum | 2022-06-15 |
Betyg | 3.50/5 Totalt 22 Betyg |
Utvecklare | http://errors.net |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://errors.net/ |
Hjälpsida URL | https://errors.net/ |
URL till Sekretesspolicy Sidan | https://errors.net/privacy-policy |
Stödda Språk | 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:\/\/*\/*" ] } |