YoutubePreamp

A simple preamp for soundsystem addict

YoutubePreampคืออะไร?

YoutubePreamp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kklorenzotesta และคุณลักษณะหลักของมันคือ "A simple preamp for soundsystem addict"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YoutubePreamp

ดาวน์โหลดไฟล์ส่วนขยาย YoutubePreamp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}