UnQueue

Don't wait - skip the queue!

Wat is UnQueue?

UnQueue is een Chrome-extensie ontwikkeld door Jamie Curnow, en de belangrijkste functie is "Don't wait - skip the queue!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie UnQueue

Download UnQueue-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam UnQueue UnQueue
ID ipfbebnggphmdiapejjiekibjaohopfm
Officiële URL https://chrome.google.com/webstore/detail/unqueue/ipfbebnggphmdiapejjiekibjaohopfm
Beschrijving Don't wait - skip the queue!
Bestandsgrootte 35.02 KB
Aantal Installaties 316
Huidige Versie 0.1.0
Laatst Bijgewerkt 2020-04-17
Publicatiedatum 2020-04-15
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Jamie Curnow
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}