Store Savior

Store Savior gives you options if a website is down.

What is Store Savior?

Store Savior is a Chrome extension developed by bryce, and its main feature is "Store Savior gives you options if a website is down.".

Extension Screenshots

screenshot

Download Store Savior Extension CRX File

Download Store Savior extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Store Savior Store Savior
ID cjejjdokllbomkbhbnjamhmgkkpfeodp
Official URL https://chromewebstore.google.com/detail/store-savior/cjejjdokllbomkbhbnjamhmgkkpfeodp
Description Store Savior gives you options if a website is down.
File Size 6.3 KB
Installation Count 10,000
Current Version 1.0
Last Updated 2022-04-12
Publish Date 2022-04-11
Rating 3.22/5 Total 9 Ratings
Developer bryce
Email [email protected]
Payment Type free
Extension Website https://storesavior.com
Help Page URL https://storesavior.com/?a=about
Privacy Policy Page URL https://foreststarttabs.com?a=privacy
Supported Languages 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:\/\/*\/*"
    ]
}