error stores

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

error stores là gì?

error stores là một tiện ích mở rộng Chrome được phát triển bởi dave.g1298, và tính năng chính của nó là "Easy tool to help you learn more about errors and find alternate places online.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng error stores

Tải xuống các tệp mở rộng error stores dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên error stores error stores
ID aalkoebcminnjdjcofpaoifnabhkaddm
URL Chính Thức https://chrome.google.com/webstore/detail/error-stores/aalkoebcminnjdjcofpaoifnabhkaddm
Mô tả Easy tool to help you learn more about errors and find alternate places online.
Kích Thước Tệp 13.09 KB
Số Lần Cài Đặt 60,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-05-30
Ngày Phát Hành 2022-05-30
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển dave.g1298
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://erroredstores.com
URL Trang Trợ Giúp https://erroredstores.com/?a=about
URL Trang Chính Sách Bảo Mật https://erroredstores.com?a=privacy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}