UnQueue

Don't wait - skip the queue!

什麼是UnQueue?

UnQueue是由Jamie Curnow開發的Chrome擴展程式,該擴展的主要功能是“Don't wait - skip the queue!”。

擴展截圖

screenshot

下載UnQueue擴展crx文件

下載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!                    

擴展基本資訊

名稱 UnQueue UnQueue
ID ipfbebnggphmdiapejjiekibjaohopfm
官方網址 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",
        ""
    ]
}