Website Errors Checker
An alternate search option for 500 errors, providing vast relevant results to overcome website issues & find info.
Was ist Website Errors Checker?
Website Errors Checker ist eine Chrome-Erweiterung, die von Samantha Rhodes entwickelt wurde, und ihr Hauptmerkmal ist "An alternate search option for 500 errors, providing vast relevant results to overcome website issues & find info.".
Erweiterungsscreenshots
Website Errors Checker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Website Errors Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Website Errors Checker is designed for novice or uninformed users to browse the internet in a way that allows them to deepen their understanding of it. The Website Errors Checker is a Chrome extension engineered to assist such users in navigating the internet more effectively. With the Website Errors Checker extension, users can tap into an array of features curated to optimize their browsing experience and equip them to make well-informed decisions about their online activities. In addition to this, the extension provides an array of helpful tips and resources to enable users to comprehend the internet better. These include explanations of common errors and internet-related terminologies, along with links to pertinent articles and knowledge bases. These resources are aimed at helping the user enhance their understanding of the internet and the errors they may encounter. Website Errors Checker partners with errors.net, Yahoo.com, and other affiliate partners to help users proceed with their online journey, even in instances where the website they visited yields an NX Domain error.
Grundlegende Informationen zur Erweiterung
Name | Website Errors Checker |
ID | ocbnbbeafmflkaeclidfenhakdanjbgk |
Offizielle URL | https://chromewebstore.google.com/detail/website-errors-checker/ocbnbbeafmflkaeclidfenhakdanjbgk |
Beschreibung | An alternate search option for 500 errors, providing vast relevant results to overcome website issues & find info. |
Dateigröße | 13.85 KB |
Installationsanzahl | 6,203 |
Aktuelle Version | 2.0 |
Letztes Update | 2023-08-06 |
Veröffentlichungsdatum | 2023-08-05 |
Entwickler | Samantha Rhodes |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://websiteerrorschecker.com |
Hilfeseite URL | https://websiteerrorschecker.com |
URL der Datenschutzrichtlinien-Seite | https://WebsiteErrorsChecker.com?a=privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website Errors Checker", "homepage_url": "https:\/\/WebsiteErrorsChecker.com", "description": "An alternate search option for 500 errors, providing vast relevant results to overcome website issues & find info.", "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" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |