Missing Shop

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

O que é Missing Shop?

Missing Shop é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Provides different shopping options if the online store the user is trying to find is missing.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Missing Shop

Baixe arquivos de extensão Missing Shop no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Missing Shop Missing Shop
ID jnlmbbdhfoeohfmbddlchdlfknmpmpea
URL Oficial https://chromewebstore.google.com/detail/missing-shop/jnlmbbdhfoeohfmbddlchdlfknmpmpea
Descrição Provides different shopping options if the online store the user is trying to find is missing.
Tamanho do Arquivo 8.33 KB
Contagem de Instalações 12,013
Versão Atual 1.0
Última Atualização 2022-04-22
Data de Publicação 2022-04-22
Classificação 4.40/5 Total de 5 Avaliações
Desenvolvedor Unknown
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://missing-shop.com
URL da Página de Ajuda https://missing-shop.com/?a=about
Idiomas Suportados 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:\/\/*\/*"
    ]
}