Missing Shop

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

什么是Missing Shop?

Missing Shop是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Provides different shopping options if the online store the user is trying to find is missing.”。

扩展截图

screenshot

下载Missing Shop扩展crx文件

下载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:\/\/*\/*"
    ]
}