Quotex Shortcuts
Improve expirence to use Quotex tools, such as increase server/live time to be more visible (improving accesibility), add draws…
Quotex Shortcuts là gì?
Quotex Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi lfcassago, và tính năng chính của nó là "Improve expirence to use Quotex tools, such as increase server/live time to be more visible (improving accesibility), add draws…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Quotex Shortcuts
Tải xuống các tệp mở rộng Quotex Shortcuts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Quotex Shortcuts |
ID | plahkahcfaphjnfjpcjmfjdkfmdbchak |
URL Chính Thức | https://chromewebstore.google.com/detail/quotex-shortcuts/plahkahcfaphjnfjpcjmfjdkfmdbchak |
Mô tả | Improve expirence to use Quotex tools, such as increase server/live time to be more visible (improving accesibility), add draws… |
Kích Thước Tệp | 5.9 KB |
Số Lần Cài Đặt | 176 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2022-10-12 |
Ngày Phát Hành | 2022-10-09 |
Nhà Phát Triển | lfcassago |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |