Site Saver
Save your web navigation from wrong websites
Cos'è Site Saver?
Site Saver è un'estensione di Chrome sviluppata da partykalex, e la sua funzione principale è "Save your web navigation from wrong websites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Site Saver
Scarica i file di estensione Site 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
Stop seeing crashed and misleading websites. Use Site Saver to avoid incorrect web addresses. It automatically detects a which website doesn't work anymore, so you won't end up on a mistake page. It allows you to easily search for working or related websites and thus saves your web navigation from negative experience.
Informazioni di Base sull'Estensione
Nome | |
ID | hjgcnlklkilfimchmoboliolklecjljh |
URL Ufficiale | https://chrome.google.com/webstore/detail/site-saver/hjgcnlklkilfimchmoboliolklecjljh |
Descrizione | Save your web navigation from wrong websites |
Dimensione del File | 12.16 KB |
Conteggio Installazioni | 242,697 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-08-19 |
Data di Pubblicazione | 2022-08-19 |
Valutazione | 4.29/5 Totale 14 Valutazioni |
Sviluppatore | partykalex |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://sitesaver.net/ |
URL della Pagina di Aiuto | https://sitesaver.net/?a=about |
URL della Pagina della Politica sulla Privacy | https://sitesaver.net?a=privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Alex Partyk", "name": "Site Saver", "short_name": "Site Saver", "homepage_url": "https:\/\/sitesaver.net\/", "description": "Save your web navigation from wrong websites", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |