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
电子邮箱 [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"
            ]
        }
    ]
}