QL Buddy

Tells you, when cool server or guy is online

QL Buddyとは何ですか?

QL BuddyはNakilonによって開発されたChromeの拡張機能で、その主な機能は「Tells you, when cool server or guy is online」です。

拡張機能のスクリーンショット

screenshot
screenshot

QL Buddy拡張機能のCRXファイルをダウンロード

QL Buddy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A perfect tool for those, who don't want to miss cool QuakeLive servers, which are currently online, but don't want to spend time at quakelive.com, keeping eye on serverlist or buddylist.

While the QuakeLive site can display only one search filter at once, it allows you to keep eye on several searches simultaneously.

Also the icon becomes green, if some of specified buddies are detected on any server, found in search results.

Description/manual/support/history: https://qlbuddy.fogbugz.com/                    

拡張機能の基本情報

名前 QL Buddy QL Buddy
ID plgmlnocppdoaolgkklhnomfbofjbepb
公式URL https://chromewebstore.google.com/detail/ql-buddy/plgmlnocppdoaolgkklhnomfbofjbepb
説明 Tells you, when cool server or guy is online
ファイルサイズ 134 KB
インストール数 17
現在のバージョン 0.6.0
最終更新日 2013-02-16
公開日 2013-02-16
評価 2.00/5 合計 1 レビュー
開発者 Nakilon
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://qlbuddy.fogbugz.com/
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QL Buddy",
    "version": "0.6.0",
    "manifest_version": 2,
    "description": "Tells you, when cool server or guy is online",
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "38": "icon_38.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        },
        "default_title": "QL Buddy",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background060.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/www.quakelive.com\/*",
        "https:\/\/www.googledrive.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.quakelive.com\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}