AMarkets Access
Your access to AMarkets site
什么是AMarkets Access?
AMarkets Access是由https://amarkets.site开发的Chrome扩展程序,该扩展的主要功能是“Your access to AMarkets site”。
扩展截图
下载AMarkets Access扩展crx文件
下载AMarkets Access扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
AMarkets Access will allow you to access the AMarkets website, even if, for some reason, the website is no longer available in your country.
扩展基本信息
名称 | AMarkets Access |
ID | ilnmmngddnhfofgonflobndgffifafko |
官方URL | https://chromewebstore.google.com/detail/amarkets-access/ilnmmngddnhfofgonflobndgffifafko |
简介 | Your access to AMarkets site |
文件大小 | 228 KB |
安装次数 | 2,959 |
当前版本 | 7 |
更新时间 | 2023-09-18 |
上架时间 | 2022-05-08 |
评分 | 4.25/5 共4次评分 |
开发者 | https://amarkets.site |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://amarkets.site |
帮助页面URL | https://www.amarkets.com/about-amarkets/contacts/ |
隐私政策页面URL | https://www.amarkets.com/about-amarkets/documents/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AMarkets Access", "description": "Your access to AMarkets site", "version": "7", "permissions": [ "storage" ], "background": { "service_worker": "background.js", "type": "module" }, "options_page": "pages\/options\/index.html", "action": { "default_popup": "pages\/popup_loading\/index.html" }, "icons": { "16": "\/img\/logo-16.png", "32": "\/img\/logo-32.png", "48": "\/img\/logo-48.png", "128": "\/img\/logo-128.png" }, "manifest_version": 3 } |