Down Assist
An extension that assists users in finding alternate options when a website is down.
Cos'è Down Assist?
Down Assist è un'estensione di Chrome sviluppata da wil, e la sua funzione principale è "An extension that assists users in finding alternate options when a website is down.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Down Assist
Scarica i file di estensione Down Assist 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
Helps the user find searched alternative options when the website they are browsing is unavailable.
Informazioni di Base sull'Estensione
Nome | |
ID | peelfcfngfjcigoemmimebjlnfdpejdf |
URL Ufficiale | https://chrome.google.com/webstore/detail/down-assist/peelfcfngfjcigoemmimebjlnfdpejdf |
Descrizione | An extension that assists users in finding alternate options when a website is down. |
Dimensione del File | 11.2 KB |
Conteggio Installazioni | 44,800 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-04-28 |
Data di Pubblicazione | 2022-04-28 |
Valutazione | 3.17/5 Totale 12 Valutazioni |
Sviluppatore | wil |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://down-assist.com |
URL della Pagina di Aiuto | https://down-assist.com/?a=about |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Matt H", "name": "Down Assist", "short_name": "Down Assist", "homepage_url": "https:\/\/down-assist.com", "description": "An extension that assists users in finding alternate options when a website is down.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |