Alt Look
helps to find a reason why a site is down and give options
Cos'è Alt Look?
Alt Look è un'estensione di Chrome sviluppata da gregk15978, e la sua funzione principale è "helps to find a reason why a site is down and give options".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Alt Look
Scarica i file di estensione Alt Look 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 navigating to an inactive website gives a description of why its down and option to find a replacement site
Informazioni di Base sull'Estensione
Nome | |
ID | pagfcedlonoegfbckkoocheienddjabc |
URL Ufficiale | https://chrome.google.com/webstore/detail/alt-look/pagfcedlonoegfbckkoocheienddjabc |
Descrizione | helps to find a reason why a site is down and give options |
Dimensione del File | 16.7 KB |
Conteggio Installazioni | 20,000 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2022-06-07 |
Data di Pubblicazione | 2022-06-07 |
Valutazione | 2.75/5 Totale 4 Valutazioni |
Sviluppatore | gregk15978 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://alt-look.com |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Greg K", "name": "Alt Look", "short_name": "Alt look", "homepage_url": "https:\/\/alt-look.com", "description": "helps to find a reason why a site is down and give options", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |