Cant Find Anything
To assist in figuring out why a website is down and help with finding active websites
¿Qué es Cant Find Anything?
Cant Find Anything es una extensión de Chrome desarrollada por uploadextsubmissions, y su función principal es "To assist in figuring out why a website is down and help with finding active websites".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Cant Find Anything
Descarga archivos de extensión Cant Find Anything en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
When a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.
Información Básica de la Extensión
Nombre | |
ID | nopknckhmahdmggkgakgfooagndhdooi |
URL Oficial | https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi |
Descripción | To assist in figuring out why a website is down and help with finding active websites |
Tamaño del Archivo | 15.53 KB |
Cantidad de Instalaciones | 16,000 |
Versión Actual | 1.3 |
Última Actualización | 2022-06-09 |
Fecha de Publicación | 2022-04-19 |
Calificación | 2.00/5 Total de 4 Calificaciones |
Desarrollador | uploadextsubmissions |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://cantfindanything.com |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Rachel S", "name": "Cant Find Anything", "short_name": "cant find anything", "homepage_url": "https:\/\/cantfindanything.com", "description": "To assist in figuring out why a website is down and help with finding active websites", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |