Missing Shop

Provides different shopping options if the online store the user is trying to find is missing.

Co to jest Missing Shop?

Missing Shop to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Provides different shopping options if the online store the user is trying to find is missing.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Missing Shop

Pobierz pliki rozszerzeń Missing Shop 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

                        Provides the user different searched options if the online store they are navigating generates missing errors, such as a 404 error.                    

Podstawowe informacje o rozszerzeniu

Nazwa Missing Shop Missing Shop
ID jnlmbbdhfoeohfmbddlchdlfknmpmpea
Oficjalny URL https://chromewebstore.google.com/detail/missing-shop/jnlmbbdhfoeohfmbddlchdlfknmpmpea
Opis Provides different shopping options if the online store the user is trying to find is missing.
Rozmiar pliku 8.33 KB
Liczba instalacji 12,013
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-04-22
Data Publikacji 2022-04-22
Ocena 4.40/5 Łącznie 5 Oceny
Deweloper Unknown
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://missing-shop.com
Adres URL Strony Pomocy https://missing-shop.com/?a=about
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Matt H",
    "name": "Missing Shop",
    "short_name": "Missing Shop",
    "homepage_url": "https:\/\/missing-shop.com",
    "description": "Provides different shopping options if the online store the user is trying to find is missing.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}