SoundQ
SoundCloud Queue
什么是SoundQ?
SoundQ是由Satya Bodduluri开发的Chrome扩展程序,该扩展的主要功能是“SoundCloud Queue”。
扩展截图
下载SoundQ扩展crx文件
下载SoundQ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | SoundQ |
ID | cmnpkgmfekalchlmekjnkpaamapaooji |
官方URL | https://chromewebstore.google.com/detail/soundq/cmnpkgmfekalchlmekjnkpaamapaooji |
简介 | SoundCloud Queue |
文件大小 | 310 KB |
安装次数 | 123 |
当前版本 | 1.1 |
更新时间 | 2014-02-19 |
上架时间 | 2014-02-18 |
评分 | 4.50/5 共4次评分 |
开发者 | Satya Bodduluri |
付费类型 | free |
扩展官网 | https://github.com/kowabungappl/SoundQ |
支持的语言 | 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" ] } |