SPOT

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

什麼是SPOT?

SPOT是由Schezeen Fazulbhoy開發的Chrome擴展程式,該擴展的主要功能是“SPOTTED a song on the web? Add it to your cross-platform playlists - on the spot!”。

擴展截圖

screenshot

下載SPOT擴展crx文件

下載SPOT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/"
    ]
}