Web Saver
Send users to relative sites if the site they want is down.
Cos'è Web Saver ?
Web Saver è un'estensione di Chrome sviluppata da bryce, e la sua funzione principale è "Send users to relative sites if the site they want is down. ".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Web Saver
Scarica i file di estensione Web Saver 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
Web saver gives you an option to to search for new websites if the site you're looking for is removed
Informazioni di Base sull'Estensione
Nome | |
ID | eojnhninofbfhiganhflogegcogkijjh |
URL Ufficiale | https://chrome.google.com/webstore/detail/web-saver/eojnhninofbfhiganhflogegcogkijjh |
Descrizione | Send users to relative sites if the site they want is down. |
Dimensione del File | 16.02 KB |
Conteggio Installazioni | 224,845 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-04-04 |
Data di Pubblicazione | 2022-04-04 |
Valutazione | 3.92/5 Totale 26 Valutazioni |
Sviluppatore | bryce |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://web-saver.com |
URL della Pagina di Aiuto | https://web-saver.com/?a=about |
URL della Pagina della Politica sulla Privacy | https://foreststarttabs.com?a=privacy |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "jon S.", "name": "Web Saver ", "short_name": "Web Saver", "homepage_url": "https:\/\/web-saver.com", "description": "Send users to relative sites if the site they want is down. ", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |