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
Eメール [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:\/\/*\/*"
    ]
}