error stores

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

Co to jest error stores?

error stores to rozszerzenie Chrome opracowane przez dave.g1298, a jego główną funkcją jest „Easy tool to help you learn more about errors and find alternate places online.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia error stores

Pobierz pliki rozszerzeń error stores w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa error stores error stores
ID aalkoebcminnjdjcofpaoifnabhkaddm
Oficjalny URL https://chrome.google.com/webstore/detail/error-stores/aalkoebcminnjdjcofpaoifnabhkaddm
Opis Easy tool to help you learn more about errors and find alternate places online.
Rozmiar pliku 13.09 KB
Liczba instalacji 60,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-05-30
Data Publikacji 2022-05-30
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper dave.g1298
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://erroredstores.com
Adres URL Strony Pomocy https://erroredstores.com/?a=about
Adres URL Strony Polityki Prywatności https://erroredstores.com?a=privacy
Obsługiwane Języki 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:\/\/*\/*"
    ]
}