YoutubePreamp
A simple preamp for soundsystem addict
什么是YoutubePreamp?
YoutubePreamp是由kklorenzotesta开发的Chrome扩展程序,该扩展的主要功能是“A simple preamp for soundsystem addict”。
扩展截图
下载YoutubePreamp扩展crx文件
下载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 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |