YoutubePreamp

A simple preamp for soundsystem addict

YoutubePreamp란 무엇입니까?

YoutubePreamp은(는) kklorenzotesta에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple preamp for soundsystem addict"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Youtube Preamp

YoutubePreamp adds to every youtube video the controls of a simple sound system preamp.

Includes:
 • 4-way crossover with kill switches and volumes
 • Dub siren
 • Delay for the video and the dub siren
 
Issues, feedback and source code:
YoutubePreamp is an open source project, if you want to contribute, require support or request new features feel free to open an issue at https://gitlab.com/kklorenzotesta/youtubepreamp                    

확장 프로그램 기본 정보

이름 YoutubePreamp YoutubePreamp
ID mcjbehbddnhmcecicjalhcigjhdccaac
공식 URL https://chromewebstore.google.com/detail/youtubepreamp/mcjbehbddnhmcecicjalhcigjhdccaac
설명 A simple preamp for soundsystem addict
파일 크기 270 KB
설치 횟수 2,419
현재 버전 0.1.7
최근 업데이트 2021-04-25
출시 날짜 2020-03-29
평점 4.94/5 총 16 개의 평점
개발자 kklorenzotesta
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gitlab.com/kklorenzotesta/youtubepreamp
도움말 페이지 URL https://gitlab.com/kklorenzotesta/youtubepreamp
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YoutubePreamp",
    "version": "0.1.7",
    "description": "A simple preamp for soundsystem addict",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "web_accessible_resources": [
        "css\/preamp.css",
        "css\/preamp-wrapper.css",
        "css\/nouislider.css",
        "icons\/icon-16.png",
        "icons\/icon-48.png",
        "icons\/icon-128.png"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/YoutubePreamp-deps.js",
                "js\/YoutubePreamp.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "css": [
                "css\/preamp-wrapper.css"
            ]
        }
    ]
}