Missing Shop

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

Wat is Missing Shop?

Missing Shop is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Provides different shopping options if the online store the user is trying to find is missing.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Missing Shop

Download Missing Shop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Missing Shop Missing Shop
ID jnlmbbdhfoeohfmbddlchdlfknmpmpea
Officiële URL https://chromewebstore.google.com/detail/missing-shop/jnlmbbdhfoeohfmbddlchdlfknmpmpea
Beschrijving Provides different shopping options if the online store the user is trying to find is missing.
Bestandsgrootte 8.33 KB
Aantal Installaties 12,013
Huidige Versie 1.0
Laatst Bijgewerkt 2022-04-22
Publicatiedatum 2022-04-22
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://missing-shop.com
Help Pagina-URL https://missing-shop.com/?a=about
Ondersteunde Talen 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:\/\/*\/*"
    ]
}