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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}