UnQueue
Don't wait - skip the queue!
Что такое UnQueue?
UnQueue - это расширение Chrome, разработанное Jamie Curnow, и его основная функция - "Don't wait - skip the queue!".
Снимки экрана расширения
Скачать файл CRX расширения UnQueue
Скачайте файлы расширений UnQueue в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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", " |