TT plugged in

TT plugged in provides autobopping, and volume control among others

TT plugged in란 무엇입니까?

TT plugged in은(는) nthitz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TT plugged in provides autobopping, and volume control among others"입니다.

확장 프로그램 스크린샷

screenshot

TT plugged in 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        TT Plugged In adds a few features that are not currently available on turntable.fm. The most significant one is a volume control slider, allowing the user to adjust the volume of the music to their desired levels. Autobop is also provided. A small menu in the bottom left of the screen displays these options. More features to come.                    

확장 프로그램 기본 정보

이름 TT plugged in TT plugged in
ID edoelilfhbiliocedcghdffjnbnplcfb
공식 URL https://chromewebstore.google.com/detail/tt-plugged-in/edoelilfhbiliocedcghdffjnbnplcfb
설명 TT plugged in provides autobopping, and volume control among others
파일 크기 32.16 KB
설치 횟수 375
현재 버전 0.0.0.8
최근 업데이트 2021-04-03
출시 날짜 2021-03-07
평점 5.00/5 총 3 개의 평점
개발자 nthitz
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TT plugged in",
    "version": "0.0.0.8",
    "description": "TT plugged in provides autobopping, and volume control among others",
    "homepage_url": "https:\/\/github.com\/nthitz\/pluggedTT",
    "manifest_version": 2,
    "minimum_chrome_version": "74",
    "icons": {
        "128": "\/icon.png"
    },
    "permissions": [],
    "background": {
        "persistent": false,
        "scripts": [
            "\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.turntable.fm\/*"
            ],
            "css": [
                "\/myStyles.css"
            ],
            "js": [
                "\/contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/modal.html",
        "\/localContextScript.js.txt"
    ]
}