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
官方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",
        ""
    ]
}