Website Errors Checker
An alternate search option for 500 errors, providing vast relevant results to overcome website issues & find info.
什麼是Website Errors Checker?
Website Errors Checker是由Samantha Rhodes開發的Chrome擴展程式,該擴展的主要功能是“An alternate search option for 500 errors, providing vast relevant results to overcome website issues & find info.”。
擴展截圖
下載Website Errors Checker擴展crx文件
下載Website Errors Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Website Errors Checker |
ID | ocbnbbeafmflkaeclidfenhakdanjbgk |
官方網址 | https://chromewebstore.google.com/detail/website-errors-checker/ocbnbbeafmflkaeclidfenhakdanjbgk |
簡介 | An alternate search option for 500 errors, providing vast relevant results to overcome website issues & find info. |
檔案大小 | 13.85 KB |
安裝次數 | 6,203 |
目前版本 | 2.0 |
更新時間 | 2023-08-06 |
上架時間 | 2023-08-05 |
開發者 | Samantha Rhodes |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://websiteerrorschecker.com |
說明頁面URL | https://websiteerrorschecker.com |
隱私政策頁面URL | https://WebsiteErrorsChecker.com?a=privacy |
支援的語言 | 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:\/\/*\/*" ] } |