UnQueue

Don't wait - skip the queue!

What is UnQueue?

UnQueue is a Chrome extension developed by Jamie Curnow, and its main feature is "Don't wait - skip the queue!".

Extension Screenshots

screenshot

Download UnQueue Extension CRX File

Download UnQueue extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name UnQueue UnQueue
ID ipfbebnggphmdiapejjiekibjaohopfm
Official URL https://chrome.google.com/webstore/detail/unqueue/ipfbebnggphmdiapejjiekibjaohopfm
Description Don't wait - skip the queue!
File Size 35.02 KB
Installation Count 316
Current Version 0.1.0
Last Updated 2020-04-17
Publish Date 2020-04-15
Rating 1.00/5 Total 1 Ratings
Developer Jamie Curnow
Email [email protected]
Payment Type free
Supported Languages 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",
        ""
    ]
}