SpotifyTree

Provides access to playlists and albums in a tree view and controls the Spotify Web Player through a quick and easy popup player.

SpotifyTree란 무엇입니까?

SpotifyTree은(는) Andrey Shemetov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides access to playlists and albums in a tree view and controls the Spotify Web Player through a quick and easy popup player."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SpotifyTree 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        SpotifyTree is an extension that provides full access to playlists and saved albums in a tree view and controls the Spotify Web Player through a quick and easy popup player.
There is no need to switch to the Spotify Web Player page, so your browsing experience remains uninterrupted.
It's easy and extremely convenient. Give it a try!
Let me know if you want other functions added.

Note: extension needs to be authorized by Spotify. At first start there will be a prompt to a webpage where you can choose to grant your access. This is one-time step and access can be revoked anytime using your Spotify account.  In addition, Spotify Web Player changes from time to time, that cause extension to stop working; please upgrade to the last version if you experiencing such issues.

You can you help support extension continued development by making a small contribution: https://www.paypal.me/selectionsk/

Functions:

✓ Shows playlists in a tree view (playlists folders supported) and allows to play them with one click. Featured playlists (prepared for you by Spotify) can be shown as well.
✓ Shows saved albums sorted by artist in a tree view and allows to play them with one click.
✓ Playlists and saved albums can be auto played.
✓ Quick and easy popup player that controls the Spotify Web Player.
✓ Icon's tooltip shows name of currently playing song and artist.
✓ Supports basic keyboard shortcuts for previous(Ctrl+Shift+Left), play\pause(Ctrl+Shift+Down), next(Ctrl+Shift+Right). All shortcuts can be changed in the preferences.
✓ Shows playback info (song\artist) on track change (can be enabled\disabled in the preferences). Playback info can be shown at any time using Ctrl+Shift-Up keyboard shortcut.
✓ In all cases there is no need to switch to the Spotify Web Player page, so your browsing experience remains uninterrupted.
✓ Especially helpful if you have dozens of playlists and saved albums.
✓ Spotify Web Player improvements: show track numbers, show total playlist or album time, show artist details and album details in the tooltip.

The extension is also available for Firefox at https://addons.mozilla.org/en-US/firefox/addon/spotifytree/.

Thank you for being interested in SpotifyTree. Please submit your suggestions and report issues on https://bitbucket.org/ashemetov/spotifytree/issues.

You can contribute by helping translate SpotifyTree on Crowdin: https://crwd.in/spotifytree.                    

확장 프로그램 기본 정보

이름 SpotifyTree SpotifyTree
ID icgnedmflkjdghcdbglhfcjjphibffpo
공식 URL https://chromewebstore.google.com/detail/spotifytree/icgnedmflkjdghcdbglhfcjjphibffpo
설명 Provides access to playlists and albums in a tree view and controls the Spotify Web Player through a quick and easy popup player.
파일 크기 122 KB
설치 횟수 5,716
현재 버전 3.7
최근 업데이트 2023-01-07
출시 날짜 2020-05-17
평점 4.58/5 총 36 개의 평점
개발자 Andrey Shemetov
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bitbucket.org/ashemetov/spotifytree/wiki/Home
도움말 페이지 URL https://bitbucket.org/ashemetov/spotifytree/issues?status=new&status=open
지원되는 언어 de,en,fr,tr,es,pl,pt-BR,pt-PT,sv,cs,sr,ru,iw,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpotifyTree",
    "author": "Andrey Shemetov",
    "description": "__MSG_addonDescChr__",
    "version": "3.7",
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAryHDlstSMFWDzbQuVARQkswdYXKWz7YcXlaa8U3Oa1T2otbSR1sHQzlm\/10QNwcExdA0W+f+7K\/Vf4FA4+uiX\/4ibeTfDKElI22JBSJkwfMPZ04evimW7Knz7Fl0j5AwqSVeRNlyLWTwFK00OKFmvZPLnT8GHFETBoMf+rN4221l81RUn8kXctcESozw+SWvfHFEebwC2gj\/Fs+f2pQTxKjXBPLrxvFHsFdtc2WoysQYKCgyN52NNbLZ2jReSLCri0KTwapIWq44\/N66ZxWxDt5cUR9C4eFk2rLmV5p2gYcDuYBD103CaVNOyBwO0gicku9zhNri1f9GYn\/by9yv4QIDAQAB",
    "icons": {
        "16": "icons\/SpotifyTree_16.png",
        "24": "icons\/SpotifyTree_24.png",
        "32": "icons\/SpotifyTree_32.png",
        "48": "icons\/SpotifyTree_48.png",
        "64": "icons\/SpotifyTree_64.png",
        "128": "icons\/SpotifyTree_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/SpotifyTree_16.png",
            "24": "icons\/SpotifyTree_24.png",
            "32": "icons\/SpotifyTree_32.png",
            "48": "icons\/SpotifyTree_48.png",
            "64": "icons\/SpotifyTree_64.png",
            "128": "icons\/SpotifyTree_128.png"
        },
        "default_title": "SpotifyTree",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "previous": {
            "suggested_key": {
                "default": "Ctrl+Shift+Left"
            },
            "description": "Previous Track",
            "global": true
        },
        "next": {
            "suggested_key": {
                "default": "Ctrl+Shift+Right"
            },
            "description": "Next Track",
            "global": true
        },
        "play_pause": {
            "suggested_key": {
                "default": "Ctrl+Shift+Down"
            },
            "description": "Play\/Pause",
            "global": true
        },
        "previous_media": {
            "suggested_key": {
                "default": "MediaPrevTrack"
            },
            "description": "Media Previous Track",
            "global": true
        },
        "next_media": {
            "suggested_key": {
                "default": "MediaNextTrack"
            },
            "description": "Media Next Track",
            "global": true
        },
        "play_pause_media": {
            "suggested_key": {
                "default": "MediaPlayPause"
            },
            "description": "Media Play\/Pause",
            "global": true
        },
        "notify": {
            "suggested_key": {
                "default": "Ctrl+Shift+Up"
            },
            "description": "Playback Info",
            "global": true
        }
    },
    "options_ui": {
        "page": "prefs\/prefs.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "libs\/spotify-web-api.js",
            "common.js",
            "utils.js",
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/*.spotify.com\/*",
        "https:\/\/i.scdn.co\/image\/*",
        "tabs",
        "identity",
        "alarms",
        "contextMenus",
        "notifications",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "libs\/spotify-web-api.js",
                "common.js",
                "utils.js",
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "icons\/*"
    ]
}