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
电子邮箱 [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:\/\/*\/*"
    ]
}