Quotex Shortcuts

Improve expirence to use Quotex tools, such as increase server/live time to be more visible (improving accesibility), add draws…

Quotex Shortcutsとは何ですか?

Quotex Shortcutsはlfcassagoによって開発されたChromeの拡張機能で、その主な機能は「Improve expirence to use Quotex tools, such as increase server/live time to be more visible (improving accesibility), add draws…」です。

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

screenshot

Quotex Shortcuts拡張機能のCRXファイルをダウンロード

Quotex Shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Improve expirence to use Quotex tools, such as increase server/live time to be more visible (improving accesibility), add draws shortcut buttons on the header to decrease number of clicks to access those tools.
Soon it will also add more buttons such as timeframe changing, also to switch between them more easily.                    

拡張機能の基本情報

名前 Quotex Shortcuts Quotex Shortcuts
ID plahkahcfaphjnfjpcjmfjdkfmdbchak
公式URL https://chromewebstore.google.com/detail/quotex-shortcuts/plahkahcfaphjnfjpcjmfjdkfmdbchak
説明 Improve expirence to use Quotex tools, such as increase server/live time to be more visible (improving accesibility), add draws…
ファイルサイズ 5.9 KB
インストール数 176
現在のバージョン 0.3
最終更新日 2022-10-12
公開日 2022-10-09
開発者 lfcassago
Eメール [email protected]
支払い方法 free
対応言語 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quotex Shortcuts",
    "version": "0.3",
    "background.service_worker": {
        "persistent": false,
        "scripts": [
            "content.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/qxbroker.com\/pt\/trade*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}