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 |
官方網址 | 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 } |