Quick Preview for SoundCloud

Hover the ▶️ Button to Preview Music on SoundCloud

Quick Preview for SoundCloud क्या है?

Quick Preview for SoundCloud https://mattias.lol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hover the ▶️ Button to Preview Music on SoundCloud"।

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

screenshot
screenshot

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

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

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

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Quick Preview for SoundCloud Quick Preview for SoundCloud
ID lghceigagnfccdnkpdfbbhjjegijbjmp
आधिकारिक URL https://chromewebstore.google.com/detail/quick-preview-for-soundcl/lghceigagnfccdnkpdfbbhjjegijbjmp
विवरण Hover the ▶️ Button to Preview Music on SoundCloud
फ़ाइल का आकार 68.22 KB
स्थापना संख्या 202
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2019-01-28
प्रकाशन तिथि 2019-01-28
रेटिंग 4.25/5 कुल 4 रेटिंग्स
डेवलपर https://mattias.lol
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/Hemmingsson/Quick-Preview/issues
समर्थित भाषाएँ 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"
            ]
        }
    ]
}