Shoppe Helper

Helps online shoppers find new stores if the site they want to visit is down.

Shoppe Helperとは何ですか?

Shoppe Helperはbryceによって開発されたChromeの拡張機能で、その主な機能は「Helps online shoppers find new stores if the site they want to visit is down.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Shoppe Helper拡張機能のCRXファイルをダウンロード

Shoppe Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Shoppe Helper now supports a new function that helps users continue their journy online. With the core focus of helping people who are shopping online. If a website is no longer available we help you continue an easy and quick search to find an alternative website.                    

拡張機能の基本情報

名前 Shoppe Helper Shoppe Helper
ID icpgdfcojdahkgjhobbpndpmgajejaco
公式URL https://chromewebstore.google.com/detail/shoppe-helper/icpgdfcojdahkgjhobbpndpmgajejaco
説明 Helps online shoppers find new stores if the site they want to visit is down.
ファイルサイズ 19.99 KB
インストール数 20,000
現在のバージョン 1.0
最終更新日 2024-02-03
公開日 2022-04-11
評価 5.00/5 合計 1 レビュー
開発者 bryce
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://shoppehelper.com/
ヘルプページのURL https://shoppehelper.com/?a=about
プライバシーポリシーページのURL https://foreststarttabs.com?a=privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Hendrick R.",
    "name": "Shoppe Helper",
    "short_name": "Shop Help",
    "homepage_url": "https:\/\/shoppehelper.com",
    "description": "Helps online shoppers find new stores if the site they want to visit is down.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}