error stores
Easy tool to help you learn more about errors and find alternate places online.
Apa itu error stores?
error stores adalah ekstensi Chrome yang dikembangkan oleh dave.g1298, dan fitur utamanya adalah "Easy tool to help you learn more about errors and find alternate places online.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi error stores
Unduh file ekstensi error stores dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | aalkoebcminnjdjcofpaoifnabhkaddm |
URL Resmi | https://chrome.google.com/webstore/detail/error-stores/aalkoebcminnjdjcofpaoifnabhkaddm |
Deskripsi | Easy tool to help you learn more about errors and find alternate places online. |
Ukuran File | 13.09 KB |
Jumlah Instalasi | 60,000 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-05-30 |
Tanggal Publikasi | 2022-05-30 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | dave.g1298 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://erroredstores.com |
URL Halaman Bantuan | https://erroredstores.com/?a=about |
URL Halaman Kebijakan Privasi | https://erroredstores.com?a=privacy |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |