TastyPlug

a plug.dj extension

TastyPlug란 무엇입니까?

TastyPlug은(는) https://tastyplug.tastycat.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "a plug.dj extension"입니다.

확장 프로그램 스크린샷

screenshot

TastyPlug 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}