error stores

Easy tool to help you learn more about errors and find alternate places online.

What is error stores?

error stores is a Chrome extension developed by dave.g1298, and its main feature is "Easy tool to help you learn more about errors and find alternate places online.".

Extension Screenshots

screenshot

Download error stores Extension CRX File

Download error stores 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

                        When shopping online. If the website you were looking to purchase from is no longer active. We assist you with the ability to find another store immediately.                    

Extension Basic Information

Name error stores error stores
ID aalkoebcminnjdjcofpaoifnabhkaddm
Official URL https://chrome.google.com/webstore/detail/error-stores/aalkoebcminnjdjcofpaoifnabhkaddm
Description Easy tool to help you learn more about errors and find alternate places online.
File Size 13.09 KB
Installation Count 60,000
Current Version 1.0
Last Updated 2022-05-30
Publish Date 2022-05-30
Rating 4.20/5 Total 5 Ratings
Developer dave.g1298
Email [email protected]
Payment Type free
Extension Website https://erroredstores.com
Help Page URL https://erroredstores.com/?a=about
Privacy Policy Page URL https://erroredstores.com?a=privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dave Gremaldi",
    "name": "error stores",
    "short_name": "ES",
    "homepage_url": "https:\/\/erroredstores.com",
    "description": "Easy tool to help you learn more about errors and find alternate places online.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}