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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve expirence to use Quotex tools, such as increase server/live time to be more visible (improving accesibility), add draws…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quotex Shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } ] } |