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.".
Снимки экрана расширения
Скачать файл 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.
Основная информация о расширении
Название | |
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:\/\/*\/*" ] } |