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
Eメール [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",
        ""
    ]
}