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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Audio Controlpad: Sync all your favorite web audio sources like music players, streaming video, radio, & podcasts—all in one place."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SndControl: Your Audio ControlPad एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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": [ " |