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
官方網址 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:\/\/*\/*"
    ]
}