AMarkets Access

Your access to AMarkets site

Wat is AMarkets Access?

AMarkets Access is een Chrome-extensie ontwikkeld door https://amarkets.site, en de belangrijkste functie is "Your access to AMarkets site".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie AMarkets Access

Download AMarkets Access-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        AMarkets Access will allow you to access the AMarkets website, even if, for some reason, the website is no longer available in your country.                    

Basisinformatie over de Extensie

Naam AMarkets Access AMarkets Access
ID ilnmmngddnhfofgonflobndgffifafko
Officiële URL https://chromewebstore.google.com/detail/amarkets-access/ilnmmngddnhfofgonflobndgffifafko
Beschrijving Your access to AMarkets site
Bestandsgrootte 228 KB
Aantal Installaties 2,959
Huidige Versie 7
Laatst Bijgewerkt 2023-09-18
Publicatiedatum 2022-05-08
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar https://amarkets.site
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://amarkets.site
Help Pagina-URL https://www.amarkets.com/about-amarkets/contacts/
URL van de Privacybeleid Pagina https://www.amarkets.com/about-amarkets/documents/privacy-policy
Ondersteunde Talen 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
}