error stores
Easy tool to help you learn more about errors and find alternate places online.
什麼是error stores?
error stores是由dave.g1298開發的Chrome擴展程式,該擴展的主要功能是“Easy tool to help you learn more about errors and find alternate places online.”。
擴展截圖
下載error stores擴展crx文件
下載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 |
官方網址 | 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:\/\/*\/*" ] } |