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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/"
    ]
}