AMarkets Access

Your access to AMarkets site

Apa itu AMarkets Access?

AMarkets Access adalah ekstensi Chrome yang dikembangkan oleh https://amarkets.site, dan fitur utamanya adalah "Your access to AMarkets site".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi AMarkets Access

Unduh file ekstensi AMarkets Access dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama AMarkets Access AMarkets Access
ID ilnmmngddnhfofgonflobndgffifafko
URL Resmi https://chromewebstore.google.com/detail/amarkets-access/ilnmmngddnhfofgonflobndgffifafko
Deskripsi Your access to AMarkets site
Ukuran File 228 KB
Jumlah Instalasi 2,959
Versi Saat Ini 7
Terakhir Diperbarui 2023-09-18
Tanggal Publikasi 2022-05-08
Penilaian 4.25/5 Total 4 Penilaian
Pengembang https://amarkets.site
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://amarkets.site
URL Halaman Bantuan https://www.amarkets.com/about-amarkets/contacts/
URL Halaman Kebijakan Privasi https://www.amarkets.com/about-amarkets/documents/privacy-policy
Bahasa yang Didukung 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
}