Quotex Shortcuts
Improve expirence to use Quotex tools, such as increase server/live time to be more visible (improving accesibility), add draws…
Was ist Quotex Shortcuts?
Quotex Shortcuts ist eine Chrome-Erweiterung, die von lfcassago entwickelt wurde, und ihr Hauptmerkmal ist "Improve expirence to use Quotex tools, such as increase server/live time to be more visible (improving accesibility), add draws…".
Erweiterungsscreenshots
Quotex Shortcuts-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quotex Shortcuts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Quotex Shortcuts |
ID | plahkahcfaphjnfjpcjmfjdkfmdbchak |
Offizielle URL | https://chromewebstore.google.com/detail/quotex-shortcuts/plahkahcfaphjnfjpcjmfjdkfmdbchak |
Beschreibung | Improve expirence to use Quotex tools, such as increase server/live time to be more visible (improving accesibility), add draws… |
Dateigröße | 5.9 KB |
Installationsanzahl | 176 |
Aktuelle Version | 0.3 |
Letztes Update | 2022-10-12 |
Veröffentlichungsdatum | 2022-10-09 |
Entwickler | lfcassago |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |