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…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quotex Shortcuts
قم بتنزيل ملفات الامتداد Quotex Shortcuts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } ] } |