error stores

Easy tool to help you learn more about errors and find alternate places online.

Cos'è error stores?

error stores è un'estensione di Chrome sviluppata da dave.g1298, e la sua funzione principale è "Easy tool to help you learn more about errors and find alternate places online.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione error stores

Scarica i file di estensione error stores 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 shopping online. If the website you were looking to purchase from is no longer active. We assist you with the ability to find another store immediately.                    

Informazioni di Base sull'Estensione

Nome error stores error stores
ID aalkoebcminnjdjcofpaoifnabhkaddm
URL Ufficiale https://chrome.google.com/webstore/detail/error-stores/aalkoebcminnjdjcofpaoifnabhkaddm
Descrizione Easy tool to help you learn more about errors and find alternate places online.
Dimensione del File 13.09 KB
Conteggio Installazioni 60,000
Versione Corrente 1.0
Ultimo Aggiornamento 2022-05-30
Data di Pubblicazione 2022-05-30
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore dave.g1298
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://erroredstores.com
URL della Pagina di Aiuto https://erroredstores.com/?a=about
URL della Pagina della Politica sulla Privacy https://erroredstores.com?a=privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dave Gremaldi",
    "name": "error stores",
    "short_name": "ES",
    "homepage_url": "https:\/\/erroredstores.com",
    "description": "Easy tool to help you learn more about errors and find alternate places online.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}