YoutubePreamp

A simple preamp for soundsystem addict

YoutubePreamp là gì?

YoutubePreamp là một tiện ích mở rộng Chrome được phát triển bởi kklorenzotesta, và tính năng chính của nó là "A simple preamp for soundsystem addict".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YoutubePreamp

Tải xuống các tệp mở rộng YoutubePreamp dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YoutubePreamp YoutubePreamp
ID mcjbehbddnhmcecicjalhcigjhdccaac
URL Chính Thức https://chromewebstore.google.com/detail/youtubepreamp/mcjbehbddnhmcecicjalhcigjhdccaac
Mô tả A simple preamp for soundsystem addict
Kích Thước Tệp 270 KB
Số Lần Cài Đặt 2,419
Phiên Bản Hiện Tại 0.1.7
Cập Nhật Lần Cuối 2021-04-25
Ngày Phát Hành 2020-03-29
Đánh Giá 4.94/5 Tổng số 16 Đánh Giá
Nhà Phát Triển kklorenzotesta
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gitlab.com/kklorenzotesta/youtubepreamp
URL Trang Trợ Giúp https://gitlab.com/kklorenzotesta/youtubepreamp
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}