SuchDj

Background updates for plug.dj/suchdj

SuchDjとは何ですか?

SuchDjはrivuによって開発されたChromeの拡張機能で、その主な機能は「Background updates for plug.dj/suchdj」です。

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

screenshot

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

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

拡張機能の使用方法

                        extension for www.plug.dj/suchdj

4/14/14 - 0.1 release
* Added live background updates

4/15/14 - 0.2 release
* Added popup menu
    -on/off buttons

4/16/14 - 0.3 release
* Added live DJ booth updates                    

拡張機能の基本情報

名前 SuchDj SuchDj
ID ehkpkeoceljkdkpnknhfehccedmdhieh
公式URL https://chrome.google.com/webstore/detail/ehkpkeoceljkdkpnknhfehccedmdhieh
説明 Background updates for plug.dj/suchdj
ファイルサイズ 16.59 KB
インストール数 29
現在のバージョン 0.3
最終更新日 2014-04-17
公開日 2014-04-17
評価 5.00/5 合計 2 レビュー
開発者 rivu
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SuchDj",
    "description": "Background updates for plug.dj\/suchdj",
    "version": "0.3",
    "icons": {
        "16": "suchdj16.png",
        "48": "suchdj48.png",
        "128": "suchdj128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/plug.dj\/suchdj"
    ],
    "browser_action": {
        "default_icon": "suchdj16.png",
        "default_popup": "popup.html"
    }
}