error stores

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

什么是error stores?

error stores是由dave.g1298开发的Chrome扩展程序,该扩展的主要功能是“Easy tool to help you learn more about errors and find alternate places online.”。

扩展截图

screenshot

下载error stores扩展crx文件

下载error stores扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 error stores error stores
ID aalkoebcminnjdjcofpaoifnabhkaddm
官方URL https://chrome.google.com/webstore/detail/error-stores/aalkoebcminnjdjcofpaoifnabhkaddm
简介 Easy tool to help you learn more about errors and find alternate places online.
文件大小 13.09 KB
安装次数 60,000
当前版本 1.0
更新时间 2022-05-30
上架时间 2022-05-30
评分 4.20/5 共5次评分
开发者 dave.g1298
电子邮箱 [email protected]
付费类型 free
扩展官网 https://erroredstores.com
帮助页面URL https://erroredstores.com/?a=about
隐私政策页面URL https://erroredstores.com?a=privacy
支持的语言 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:\/\/*\/*"
    ]
}