error stores

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

error storesคืออะไร?

error stores เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dave.g1298 และคุณลักษณะหลักของมันคือ "Easy tool to help you learn more about errors and find alternate places online."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย error stores

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*"
    ]
}