SndControl: Your Audio ControlPad

Audio Controlpad: Sync all your favorite web audio sources like music players, streaming video, radio, & podcasts—all in one place.

Hvad er SndControl: Your Audio ControlPad?

SndControl: Your Audio ControlPad er en Chrome-udvidelse udviklet af SndControl, og dens hovedfunktion er "Audio Controlpad: Sync all your favorite web audio sources like music players, streaming video, radio, & podcasts—all in one place.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download SndControl: Your Audio ControlPad-udvidelses-CRX-fil

Download SndControl: Your Audio ControlPad-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn SndControl: Your Audio ControlPad SndControl: Your Audio ControlPad
ID dckjilenognecmpjjpeckgekikdpchli
Officiel URL https://chrome.google.com/webstore/detail/sndcontrol-your-audio-con/dckjilenognecmpjjpeckgekikdpchli
Beskrivelse Audio Controlpad: Sync all your favorite web audio sources like music players, streaming video, radio, & podcasts—all in one place.
Filstørrelse 2.47 MB
Antal Installationer 14,414
Nuværende Version 3.8
Senest Opdateret 2022-12-29
Udgivelsesdato 2020-03-02
Bedømmelse 4.73/5 Samlet 3215 Bedømmelser
Udvikler SndControl
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://sndcontrol.com
Hjælpeside-URL http://sndcontrol.com
URL til Fortrolighedspolitik Side https://sndcontrol.com/privacy
Understøttede Sprog 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": [
        "",
        "*:\/\/*.pandora.com\/*",
        "*:\/\/*.p-cdn.com\/*",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.ytimg.com\/*",
        "*:\/\/play.google.com\/music\/*",
        "*:\/\/*.googleusercontent.com\/*",
        "*:\/\/*.ggpht.com\/*",
        "*:\/\/*.grooveshark.com\/*",
        "*:\/\/*.gs-cdn.net\/*",
        "*:\/\/*.di.fm\/*",
        "*:\/\/static.audioaddict.com\/*",
        "*:\/\/*.soundcloud.com\/*",
        "*:\/\/*.sndcdn.com\/*",
        "*:\/\/*.spotify.com\/*",
        "*:\/\/*.cloudfront.net\/*",
        "*:\/\/*.cmd.fm\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.album-art-storage-us.s3.amazonaws.com\/*",
        "*:\/\/*.images-na.ssl-images-amazon.com\/*",
        "*:\/\/*.songza.com\/*",
        "*:\/\/*.mndigital.com\/*",
        "*:\/\/*.rdio.com\/*",
        "*:\/\/*.cdn1-rdio.com\/*",
        "*:\/\/*.cdn2-rdio.com\/*",
        "*:\/\/*.akamaihd.net\/*",
        "*:\/\/*.stitcher.com\/*",
        "*:\/\/*.iheart.com\/*",
        "*:\/\/*.8tracks.com\/*",
        "*:\/\/*.lst.fm\/*",
        "*:\/\/*.beatsmusic.com\/*",
        "*:\/\/*.slacker.com\/*",
        "*:\/\/*.slkimg.com\/*",
        "*:\/\/*.tunein.com\/*",
        "*:\/\/*.radio.com\/*",
        "*:\/\/*.earbits.com\/*",
        "*:\/\/*.pocketcasts.com\/*",
        "*:\/\/*.music.microsoft.com\/*",
        "*:\/\/*.musicimage.xboxlive.com\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "idle"
    ]
}