Missing Shop

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

Co je Missing Shop?

Missing Shop je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Provides different shopping options if the online store the user is trying to find is missing.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Missing Shop

Stáhněte si soubory rozšíření Missing Shop ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Missing Shop Missing Shop
ID jnlmbbdhfoeohfmbddlchdlfknmpmpea
Oficiální URL https://chromewebstore.google.com/detail/missing-shop/jnlmbbdhfoeohfmbddlchdlfknmpmpea
Popis Provides different shopping options if the online store the user is trying to find is missing.
Velikost souboru 8.33 KB
Počet instalací 12,013
Aktuální Verze 1.0
Poslední Aktualizace 2022-04-22
Datum Vydání 2022-04-22
Hodnocení 4.40/5 Celkem 5 Hodnocení
Vývojář Unknown
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://missing-shop.com
URL Stránky Nápovědy https://missing-shop.com/?a=about
Podporované Jazyky 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:\/\/*\/*"
    ]
}