Store Savior

Store Savior gives you options if a website is down.

Store Saviorとは何ですか?

Store Saviorはbryceによって開発されたChromeの拡張機能で、その主な機能は「Store Savior gives you options if a website is down.」です。

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

screenshot

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

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

拡張機能の使用方法

                        if the store you're trying to visit is no longer online we'll send you somewhere and give you new options to enjoy your browsing experience                    

拡張機能の基本情報

名前 Store Savior Store Savior
ID cjejjdokllbomkbhbnjamhmgkkpfeodp
公式URL https://chromewebstore.google.com/detail/store-savior/cjejjdokllbomkbhbnjamhmgkkpfeodp
説明 Store Savior gives you options if a website is down.
ファイルサイズ 6.3 KB
インストール数 10,000
現在のバージョン 1.0
最終更新日 2022-04-12
公開日 2022-04-11
評価 3.22/5 合計 9 レビュー
開発者 bryce
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://storesavior.com
ヘルプページのURL https://storesavior.com/?a=about
プライバシーポリシーページのURL https://foreststarttabs.com?a=privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Bryce H",
    "name": "Store Savior",
    "short_name": "Store Savior",
    "homepage_url": "https:\/\/storesavior.com",
    "description": "Store Savior gives you options if a website is down.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}