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 |
| Eメール | [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"
]
}
]
} | |