SoundQ

SoundCloud Queue

SoundQ क्या है?

SoundQ Satya Bodduluri द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SoundCloud Queue"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SoundQ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    ]
}