TastyPlug

a plug.dj extension

TastyPlugとは何ですか?

TastyPlugはhttps://tastyplug.tastycat.orgによって開発されたChromeの拡張機能で、その主な機能は「a plug.dj extension」です。

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

screenshot

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

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

拡張機能の使用方法

                        Some things like slash commands and private messaging will be broken and down until they have new alternatives.

TastyPlug is a script for use on plug.dj. It includes features such as Autowoot, Autojoin, Additional Emotes, and some special Tastycat-only goodies like Tastybot interaction and a way to check how many times your song has played.

This is the Google Chrome extension for TastyPlug. If you are looking for other install methods, please see this page: http://tastyplug.tastycat.org                    

拡張機能の基本情報

名前 TastyPlug TastyPlug
ID faccgibalfdoihmenknhpfhldkmgaang
公式URL https://chromewebstore.google.com/detail/tastyplug/faccgibalfdoihmenknhpfhldkmgaang
説明 a plug.dj extension
ファイルサイズ 78.71 KB
インストール数 3,136
現在のバージョン 3.9.3
最終更新日 2016-10-18
公開日 2016-10-18
評価 4.43/5 合計 217 レビュー
開発者 https://tastyplug.tastycat.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tastyplug.tastycat.org
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TastyPlug",
    "description": "a plug.dj extension",
    "version": "3.9.3",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "*:\/\/*.plug.dj\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/plug.dj\/*"
            ],
            "exclude_matches": [
                "*:\/\/plug.dj\/about",
                "*:\/\/plug.dj\/terms",
                "*:\/\/plug.dj\/privacy"
            ],
            "js": [
                "loader.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "tastyplug.core.js",
        "bootstrap.js",
        "jquery-ui.custom.js"
    ]
}