Quotex Shortcuts
Improve expirence to use Quotex tools, such as increase server/live time to be more visible (improving accesibility), add draws…
What is Quotex Shortcuts?
Quotex Shortcuts is a Chrome extension developed by lfcassago, and its main feature is "Improve expirence to use Quotex tools, such as increase server/live time to be more visible (improving accesibility), add draws…".
Extension Screenshots
Download Quotex Shortcuts Extension CRX File
Download Quotex Shortcuts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Quotex Shortcuts |
ID | plahkahcfaphjnfjpcjmfjdkfmdbchak |
Official URL | https://chromewebstore.google.com/detail/quotex-shortcuts/plahkahcfaphjnfjpcjmfjdkfmdbchak |
Description | Improve expirence to use Quotex tools, such as increase server/live time to be more visible (improving accesibility), add draws… |
File Size | 5.9 KB |
Installation Count | 176 |
Current Version | 0.3 |
Last Updated | 2022-10-12 |
Publish Date | 2022-10-09 |
Developer | lfcassago |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |