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 |
公式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 |
Eメール | [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:\/\/*\/*" ] } |