UnQueue

Don't wait - skip the queue!

Apa itu UnQueue?

UnQueue adalah ekstensi Chrome yang dikembangkan oleh Jamie Curnow, dan fitur utamanya adalah "Don't wait - skip the queue!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi UnQueue

Unduh file ekstensi UnQueue dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama UnQueue UnQueue
ID ipfbebnggphmdiapejjiekibjaohopfm
URL Resmi https://chrome.google.com/webstore/detail/unqueue/ipfbebnggphmdiapejjiekibjaohopfm
Deskripsi Don't wait - skip the queue!
Ukuran File 35.02 KB
Jumlah Instalasi 316
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2020-04-17
Tanggal Publikasi 2020-04-15
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Jamie Curnow
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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",
        ""
    ]
}