Quick Preview for SoundCloud

Hover the ▶️ Button to Preview Music on SoundCloud

Co je Quick Preview for SoundCloud?

Quick Preview for SoundCloud je rozšíření Chrome vyvinuté https://mattias.lol, a jeho hlavní funkcí je „Hover the ▶️ Button to Preview Music on SoundCloud“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Quick Preview for SoundCloud

Stáhněte si soubory rozšíření Quick Preview for SoundCloud ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension lets you listen to samples from any track on SoundCloud by just hovering over the play button with your mouse. It also enables you to preview content without sacrificing the progress of other, currently playing ones.

Click the extension icon to change preferences.                    

Základní Informace o Rozšíření

Název Quick Preview for SoundCloud Quick Preview for SoundCloud
ID lghceigagnfccdnkpdfbbhjjegijbjmp
Oficiální URL https://chromewebstore.google.com/detail/quick-preview-for-soundcl/lghceigagnfccdnkpdfbbhjjegijbjmp
Popis Hover the ▶️ Button to Preview Music on SoundCloud
Velikost souboru 68.22 KB
Počet instalací 202
Aktuální Verze 2.0.1
Poslední Aktualizace 2019-01-28
Datum Vydání 2019-01-28
Hodnocení 4.25/5 Celkem 4 Hodnocení
Vývojář https://mattias.lol
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/Hemmingsson/Quick-Preview/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Preview for SoundCloud",
    "version": "2.0.1",
    "manifest_version": 2,
    "description": "Hover the \u25b6\ufe0f Button to Preview Music on SoundCloud",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/quick-preview-for-soundcl\/lghceigagnfccdnkpdfbbhjjegijbjmp",
    "author": "Mattias Hemmingsson",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/soundCloud.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "Quick Preview for SoundCloud",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundCloud.com\/*"
            ],
            "css": [
                "inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/soundCloud.com\/*"
            ],
            "js": [
                "inject\/sentinel.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/soundCloud.com\/*"
            ],
            "js": [
                "inject\/inject.js"
            ]
        }
    ]
}