Missing Shop

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

Hvad er Missing Shop?

Missing Shop er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Provides different shopping options if the online store the user is trying to find is missing.".

Udvidelsesskærmbilleder

screenshot

Download Missing Shop-udvidelses-CRX-fil

Download Missing Shop-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Missing Shop Missing Shop
ID jnlmbbdhfoeohfmbddlchdlfknmpmpea
Officiel URL https://chromewebstore.google.com/detail/missing-shop/jnlmbbdhfoeohfmbddlchdlfknmpmpea
Beskrivelse Provides different shopping options if the online store the user is trying to find is missing.
Filstørrelse 8.33 KB
Antal Installationer 12,013
Nuværende Version 1.0
Senest Opdateret 2022-04-22
Udgivelsesdato 2022-04-22
Bedømmelse 4.40/5 Samlet 5 Bedømmelser
Udvikler Unknown
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://missing-shop.com
Hjælpeside-URL https://missing-shop.com/?a=about
Understøttede Sprog 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:\/\/*\/*"
    ]
}