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 |
| 官方網址 | 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"
]
}
]
} | |