Missing Shop

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

Что такое Missing Shop?

Missing Shop - это расширение Chrome, разработанное Unknown, и его основная функция - "Provides different shopping options if the online store the user is trying to find is missing.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Missing Shop

Скачайте файлы расширений Missing Shop в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Missing Shop Missing Shop
ID jnlmbbdhfoeohfmbddlchdlfknmpmpea
Официальный URL https://chromewebstore.google.com/detail/missing-shop/jnlmbbdhfoeohfmbddlchdlfknmpmpea
Описание Provides different shopping options if the online store the user is trying to find is missing.
Размер файла 8.33 KB
Количество установок 12,013
Текущая Версия 1.0
Последнее Обновление 2022-04-22
Дата публикации 2022-04-22
Рейтинг 4.40/5 Всего 5 оценок
Разработчик Unknown
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://missing-shop.com
URL страницы помощи https://missing-shop.com/?a=about
Поддерживаемые языки 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:\/\/*\/*"
    ]
}