error stores
Easy tool to help you learn more about errors and find alternate places online.
Vad är error stores?
error stores är en Chrome-tillägg utvecklad av dave.g1298, och dess huvudfunktion är "Easy tool to help you learn more about errors and find alternate places online.".
Tilläggsskärmbilder
Ladda ner error stores-förlängningens CRX-fil
Ladda ner error stores-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | aalkoebcminnjdjcofpaoifnabhkaddm |
Officiell webbadress | https://chrome.google.com/webstore/detail/error-stores/aalkoebcminnjdjcofpaoifnabhkaddm |
Beskrivning | Easy tool to help you learn more about errors and find alternate places online. |
Filstorlek | 13.09 KB |
Antal Installationer | 60,000 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-05-30 |
Publiceringsdatum | 2022-05-30 |
Betyg | 4.20/5 Totalt 5 Betyg |
Utvecklare | dave.g1298 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://erroredstores.com |
Hjälpsida URL | https://erroredstores.com/?a=about |
URL till Sekretesspolicy Sidan | https://erroredstores.com?a=privacy |
Stödda Språk | 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:\/\/*\/*" ] } |