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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lfcassago และคุณลักษณะหลักของมันคือ "Improve expirence to use Quotex tools, such as increase server/live time to be more visible (improving accesibility), add draws…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quotex Shortcuts

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}