UnQueue
Don't wait - skip the queue!
ما هو UnQueue؟
UnQueue هو إضافة Chrome تم تطويرها بواسطة Jamie Curnow، والميزة الرئيسية لها هي "Don't wait - skip the queue!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة UnQueue
قم بتنزيل ملفات الامتداد UnQueue بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
UnQueue skips the queue for many popular sites, it is a simple one-click solution to get direct access to websites that have a queue!
معلومات أساسية عن التمديد
الاسم | |
ID | ipfbebnggphmdiapejjiekibjaohopfm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/unqueue/ipfbebnggphmdiapejjiekibjaohopfm |
الوصف | Don't wait - skip the queue! |
حجم الملف | 35.02 KB |
عدد التثبيتات | 316 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2020-04-17 |
تاريخ النشر | 2020-04-15 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | Jamie Curnow |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UnQueue", "version": "0.1.0", "description": "Don't wait - skip the queue!", "icons": { "16": "icons\/icon_on_16.png", "32": "icons\/icon_on_32.png", "48": "icons\/icon_on_48.png", "128": "icons\/icon_on_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "UnQueue", "default_popup": "popup.html" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |