Store Savior

Store Savior gives you options if a website is down.

Cos'è Store Savior?

Store Savior è un'estensione di Chrome sviluppata da bryce, e la sua funzione principale è "Store Savior gives you options if a website is down.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Store Savior

Scarica i file di estensione Store Savior 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

                        if the store you're trying to visit is no longer online we'll send you somewhere and give you new options to enjoy your browsing experience                    

Informazioni di Base sull'Estensione

Nome Store Savior Store Savior
ID cjejjdokllbomkbhbnjamhmgkkpfeodp
URL Ufficiale https://chromewebstore.google.com/detail/store-savior/cjejjdokllbomkbhbnjamhmgkkpfeodp
Descrizione Store Savior gives you options if a website is down.
Dimensione del File 6.3 KB
Conteggio Installazioni 10,000
Versione Corrente 1.0
Ultimo Aggiornamento 2022-04-12
Data di Pubblicazione 2022-04-11
Valutazione 3.22/5 Totale 9 Valutazioni
Sviluppatore bryce
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://storesavior.com
URL della Pagina di Aiuto https://storesavior.com/?a=about
URL della Pagina della Politica sulla Privacy https://foreststarttabs.com?a=privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Bryce H",
    "name": "Store Savior",
    "short_name": "Store Savior",
    "homepage_url": "https:\/\/storesavior.com",
    "description": "Store Savior gives you options if 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:\/\/*\/*"
    ]
}