SoundQ
SoundCloud Queue
O que é SoundQ?
SoundQ é uma extensão do Chrome desenvolvida por Satya Bodduluri, e sua principal característica é "SoundCloud Queue".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SoundQ
Baixe arquivos de extensão SoundQ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
If you ever wanted to queue songs that you see on SoundCloud, this app is for you! This app allows you to queue songs in SoundCloud. All you have to do is press the button that says "queue" underneath any song that you would like to queue. Known Bugs: - Soundcloud’s player and queue player aren’t mutually exclusive (Pause SoundCloud before using SoundQ) Upcoming Features: - Move whole queue around page - Show more info when hover - Add stuff from search to queue - Fully functional scrubber - mute/volume slider - save/store queue
Informações Básicas da Extensão
Nome | SoundQ |
ID | cmnpkgmfekalchlmekjnkpaamapaooji |
URL Oficial | https://chromewebstore.google.com/detail/soundq/cmnpkgmfekalchlmekjnkpaamapaooji |
Descrição | SoundCloud Queue |
Tamanho do Arquivo | 310 KB |
Contagem de Instalações | 123 |
Versão Atual | 1.1 |
Última Atualização | 2014-02-19 |
Data de Publicação | 2014-02-18 |
Classificação | 4.50/5 Total de 4 Avaliações |
Desenvolvedor | Satya Bodduluri |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/kowabungappl/SoundQ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SoundQ", "version": "1.1", "description": "SoundCloud Queue", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "homepage_url": "https:\/\/github.com\/kowabungappl\/SoundQ", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "css": [ "styles\/injector.css" ], "js": [ "scripts\/jquery-1.11.0.min.js", "scripts\/jquery-ui-1.10.4.custom.js", "scripts\/soundmanager2-nodebug-jsmin.js", "scripts\/sdk.js", "scripts\/jquery.hoverIntent.minified.js", "scripts\/injector.js" ], "all_frames": true } ], "permissions": [ "https:\/\/soundcloud.com\/*" ], "web_accessible_resources": [ "menu.html", "images\/symbol.png", "fonts\/Guifx%20v2%20Transports.ttf" ] } |