Prevify — Spotify Artwork Previewer
Preview your track artwork and title on Spotify home page.
Prevify — Spotify Artwork Previewer란 무엇입니까?
Prevify — Spotify Artwork Previewer은(는) lunath에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Preview your track artwork and title on Spotify home page."입니다.
확장 프로그램 스크린샷
Prevify — Spotify Artwork Previewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Preview your track artwork and title on Spotify home page. Producers and labels want to preview their new upcoming track on amongst the other one on the Spotify homepage to see if their artwork is good or bad. They often screenshot the homepage, go in Photoshop and make the job themselves. This extension just requires you to upload your artwork, type your artist name, type the track title and you're done! Features: - Placing your artwork randomly on the Spotify homepage - Dark mode - Doesn't require you to login or give any credentials - Remembering your last submission This extension was originally created by Benjamin Code to preview YouTube video thumbnails. It has been developed by him during a live stream on Twitch and designed by BastiUI. This Spotify version has been developed by lunath. This is an open source extension so you can go on the repository of the extension and contribute or ask for new features. Lot of different contributors developed good features for the project. http://twitter.com/lunath__ http://twitter.com/benjamincode http://twitter.com/bastiui
확장 프로그램 기본 정보
이름 | Prevify — Spotify Artwork Previewer |
ID | eggfldmgpfjpgdmnpgmfoaodlcbghmjk |
공식 URL | https://chromewebstore.google.com/detail/prevify-%E2%80%94-spotify-artwork/eggfldmgpfjpgdmnpgmfoaodlcbghmjk |
설명 | Preview your track artwork and title on Spotify home page. |
파일 크기 | 59.13 KB |
설치 횟수 | 207 |
현재 버전 | 0.4 |
최근 업데이트 | 2021-11-16 |
출시 날짜 | 2021-08-10 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | lunath |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/nath3d/spotify-artwork-tester-chrome-extension |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prevify \u2014 Spotify Artwork Previewer", "description": "Preview your track artwork and title on Spotify home page.", "version": "0.4", "manifest_version": 2, "permissions": [ "storage", "activeTab", "tabs" ], "browser_action": { "default_popup": "popup-wrapper.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "web_accessible_resources": [ "popup.html" ], "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |