Missing Shop

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

What is Missing Shop?

Missing Shop is a Chrome extension developed by Unknown, and its main feature is "Provides different shopping options if the online store the user is trying to find is missing.".

Extension Screenshots

screenshot

Download Missing Shop Extension CRX File

Download Missing Shop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Missing Shop Missing Shop
ID jnlmbbdhfoeohfmbddlchdlfknmpmpea
Official URL https://chromewebstore.google.com/detail/missing-shop/jnlmbbdhfoeohfmbddlchdlfknmpmpea
Description Provides different shopping options if the online store the user is trying to find is missing.
File Size 8.33 KB
Installation Count 12,013
Current Version 1.0
Last Updated 2022-04-22
Publish Date 2022-04-22
Rating 4.40/5 Total 5 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Extension Website https://missing-shop.com
Help Page URL https://missing-shop.com/?a=about
Supported Languages 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:\/\/*\/*"
    ]
}