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 هو إضافة Chrome تم تطويرها بواسطة SndControl، والميزة الرئيسية لها هي "Audio Controlpad: Sync all your favorite web audio sources like music players, streaming video, radio, & podcasts—all in one place.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SndControl: Your Audio ControlPad

قم بتنزيل ملفات الامتداد SndControl: Your Audio ControlPad بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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!                    

معلومات أساسية عن التمديد

الاسم SndControl: Your Audio ControlPad SndControl: Your Audio ControlPad
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
عنوان صفحة المساعدة http://sndcontrol.com
عنوان صفحة سياسة الخصوصية 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": [
        "",
        "*:\/\/*.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"
    ]
}