Shoppe Helper

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

What is Shoppe Helper?

Shoppe Helper is a Chrome extension developed by bryce, and its main feature is "Helps online shoppers find new stores if the site they want to visit is down.".

Extension Screenshots

screenshot
screenshot

Download Shoppe Helper Extension CRX File

Download Shoppe Helper 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

                        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.                    

Extension Basic Information

Name Shoppe Helper Shoppe Helper
ID icpgdfcojdahkgjhobbpndpmgajejaco
Official URL https://chromewebstore.google.com/detail/shoppe-helper/icpgdfcojdahkgjhobbpndpmgajejaco
Description Helps online shoppers find new stores if the site they want to visit is down.
File Size 19.99 KB
Installation Count 20,000
Current Version 1.0
Last Updated 2024-02-03
Publish Date 2022-04-11
Rating 5.00/5 Total 1 Ratings
Developer bryce
Email [email protected]
Payment Type free
Extension Website https://shoppehelper.com/
Help Page URL https://shoppehelper.com/?a=about
Privacy Policy Page URL https://foreststarttabs.com?a=privacy
Supported Languages 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:\/\/*\/*"
    ]
}