AMarkets Access

Your access to AMarkets site

AMarkets Accessとは何ですか?

AMarkets Accessはhttps://amarkets.siteによって開発されたChromeの拡張機能で、その主な機能は「Your access to AMarkets site」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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
}