Website Errors Checker
An alternate search option for 500 errors, providing vast relevant results to overcome website issues & find info.
Qu'est-ce que Website Errors Checker ?
Website Errors Checker est une extension Chrome développée par Samantha Rhodes, et sa fonction principale est "An alternate search option for 500 errors, providing vast relevant results to overcome website issues & find info.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Website Errors Checker
Téléchargez les fichiers d'extension Website Errors Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Website Errors Checker |
ID | ocbnbbeafmflkaeclidfenhakdanjbgk |
URL Officiel | https://chromewebstore.google.com/detail/website-errors-checker/ocbnbbeafmflkaeclidfenhakdanjbgk |
Description | An alternate search option for 500 errors, providing vast relevant results to overcome website issues & find info. |
Taille du Fichier | 13.85 KB |
Nombre d'Installations | 6,203 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2023-08-06 |
Date de Publication | 2023-08-05 |
Développeur | Samantha Rhodes |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://websiteerrorschecker.com |
URL de la Page d'Aide | https://websiteerrorschecker.com |
URL de la Page de Politique de Confidentialité | https://WebsiteErrorsChecker.com?a=privacy |
Langues Prises en Charge | 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:\/\/*\/*" ] } |