AMarkets Access
Your access to AMarkets site
What is AMarkets Access?
AMarkets Access is a Chrome extension developed by https://amarkets.site, and its main feature is "Your access to AMarkets site".
Extension Screenshots
Download AMarkets Access Extension CRX File
Download AMarkets Access extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
AMarkets Access will allow you to access the AMarkets website, even if, for some reason, the website is no longer available in your country.
Extension Basic Information
Name | AMarkets Access |
ID | ilnmmngddnhfofgonflobndgffifafko |
Official URL | https://chromewebstore.google.com/detail/amarkets-access/ilnmmngddnhfofgonflobndgffifafko |
Description | Your access to AMarkets site |
File Size | 228 KB |
Installation Count | 2,959 |
Current Version | 7 |
Last Updated | 2023-09-18 |
Publish Date | 2022-05-08 |
Rating | 4.25/5 Total 4 Ratings |
Developer | https://amarkets.site |
[email protected] | |
Payment Type | free |
Extension Website | https://amarkets.site |
Help Page URL | https://www.amarkets.com/about-amarkets/contacts/ |
Privacy Policy Page URL | https://www.amarkets.com/about-amarkets/documents/privacy-policy |
Supported Languages | 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 } |