SndControl: Your Audio ControlPad
Audio Controlpad: Sync all your favorite web audio sources like music players, streaming video, radio, & podcasts—all in one place.
SndControl: Your Audio ControlPadとは何ですか?
SndControl: Your Audio ControlPadはSndControlによって開発されたChromeの拡張機能で、その主な機能は「Audio Controlpad: Sync all your favorite web audio sources like music players, streaming video, radio, & podcasts—all in one place.」です。
拡張機能のスクリーンショット
SndControl: Your Audio ControlPad拡張機能のCRXファイルをダウンロード
SndControl: Your Audio ControlPad拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add useful web audio controls to your Chrome™ browser today. Simple.
SndControl is the Audio Controlpad for your Chrome™ browser that integrates with web players and audio sources you already use. Music...while you work? Easy. Now listen all day with no-nonsense audio in your browser from your favorite sources.
Enjoy smooth audio control features like:
+ CONTROLPAD for full feature smart controls.
+ CLICKER for easy playback.
+ KEYS for music shortcuts.
+ CARDS for low-key music notifications.
+ LAUNCHER (NEW) for instant player startup.
Pick from our full list of audio source and web player integrations, including Pandora, Spotify, YouTube, and many more! 拡張機能の基本情報
| 名前 | |
| ID | dckjilenognecmpjjpeckgekikdpchli |
| 公式URL | https://chrome.google.com/webstore/detail/sndcontrol-your-audio-con/dckjilenognecmpjjpeckgekikdpchli |
| 説明 | Audio Controlpad: Sync all your favorite web audio sources like music players, streaming video, radio, & podcasts—all in one place. |
| ファイルサイズ | 2.47 MB |
| インストール数 | 14,414 |
| 現在のバージョン | 3.8 |
| 最終更新日 | 2022-12-29 |
| 公開日 | 2020-03-02 |
| 評価 | 4.73/5 合計 3215 レビュー |
| 開発者 | SndControl |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://sndcontrol.com |
| ヘルプページのURL | http://sndcontrol.com |
| プライバシーポリシーページのURL | https://sndcontrol.com/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SndControl: Your Audio ControlPad",
"short_name": "SndControl",
"version": "3.8",
"description": "__MSG_ext_descrip__",
"manifest_version": 2,
"minimum_chrome_version": "28",
"default_locale": "en",
"icons": {
"16": "\/img\/icon16.png",
"32": "\/img\/icon32.png",
"48": "\/img\/icon48.png",
"128": "\/img\/icon128.png"
},
"background": {
"scripts": [
"js\/jquery.min.js",
"js\/chrp.js",
"js\/resize.js",
"js\/sjcl.js",
"js\/bg.js"
]
},
"browser_action": {
"default_icon": "\/img\/browser-btn-logo.png"
},
"options_page": "options.html",
"commands": {
"playpause": {
"description": "Toggle Play\/Pause"
},
"thumbup": {
"description": "Thumbs Up"
},
"thumbdown": {
"description": "Thumbs Down"
},
"togglefocus": {
"description": "Toggle Tab"
},
"next": {
"description": "Next Track"
},
"prev": {
"description": "Prev Track"
}
},
"optional_permissions": [
" | |