SPOT

SPOTTED a song on the web? Add it to your cross-platform playlists - on the spot!

SPOT क्या है?

SPOT Schezeen Fazulbhoy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SPOTTED a song on the web? Add it to your cross-platform playlists - on the spot!"।

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

screenshot

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

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

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

                        SPOT allows you to add any song 'spotted' on your browser, to your Spotify playlists on the spot!

Features:
* Say you're listening to a song on YouTube. You really like it and want to add it to one of the playlists you maintain on Spotify. SPOT reduces the manual steps required in order to achieve this, by directly querying the current playing video on your youtube tab, querying and displaying the results within the extension

* You are scrolling through Instagram/Reddit/(any other website for the matter) and stumble across the name of a song in the caption/post and would love to check the song out. SPOT allows you to highlight this 'SPOTTED' text and find the best matching results on Spotify via the extension - by simplying triggering a search on right click, or by using the hotkeys 'CTRL + SHIFT+ S'  

You can scroll through all the top matches found, preview the selected song and add it to multiple playlists, all from within the browser - without changing any tabs/windows!                    

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

नाम SPOT SPOT
ID cciagoimobpkdkejimpkjpmcekigdejb
आधिकारिक URL https://chromewebstore.google.com/detail/spot/cciagoimobpkdkejimpkjpmcekigdejb
विवरण SPOTTED a song on the web? Add it to your cross-platform playlists - on the spot!
फ़ाइल का आकार 15.87 MB
स्थापना संख्या 85
वर्तमान संस्करण 2.1
अंतिम अपडेट 2022-04-05
प्रकाशन तिथि 2020-12-26
रेटिंग 5.00/5 कुल 24 रेटिंग्स
डेवलपर Schezeen Fazulbhoy
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/schezfaz/spot/blob/master/README.md
सहायता पृष्ठ URL https://www.linkedin.com/in/schezeenfazulbhoy/
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SPOT",
    "version": "2.1",
    "description": "SPOTTED a song on the web? Add it to your cross-platform playlists - on the spot!",
    "icons": {
        "128": "images\/spot-128.png",
        "48": "images\/spot-48.png",
        "16": "images\/spot-16.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "hotkey-highlight": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "hotkey-highlight"
        }
    },
    "permissions": [
        "storage",
        "identity",
        "tabs",
        "activeTab",
        "notifications",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/api.spotify.com\/"
    ]
}