Cant Find Anything
To assist in figuring out why a website is down and help with finding active websites
Cos'è Cant Find Anything?
Cant Find Anything è un'estensione di Chrome sviluppata da uploadextsubmissions, e la sua funzione principale è "To assist in figuring out why a website is down and help with finding active websites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cant Find Anything
Scarica i file di estensione Cant Find Anything in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
When a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.
Informazioni di Base sull'Estensione
Nome | |
ID | nopknckhmahdmggkgakgfooagndhdooi |
URL Ufficiale | https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi |
Descrizione | To assist in figuring out why a website is down and help with finding active websites |
Dimensione del File | 15.53 KB |
Conteggio Installazioni | 16,000 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2022-06-09 |
Data di Pubblicazione | 2022-04-19 |
Valutazione | 2.00/5 Totale 4 Valutazioni |
Sviluppatore | uploadextsubmissions |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://cantfindanything.com |
Lingue Supportate | 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:\/\/*\/*" ] } |