Playify
Opens Spotify links in other streaming services
Playify란 무엇입니까?
Playify은(는) https://krmax44.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens Spotify links in other streaming services"입니다.
확장 프로그램 스크린샷
Playify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
As seen on The Next Web, Android Headlines, Caschys Blog and Mobiflip. Open Spotify links in other streaming services. Without login, just music. Offers native integration with the Google Play Music Desktop Player. Don't want to be redirected to Playify? Just add #no-playify to your URL and you're good. Learn more: https://krmax44.de/playify ================= New in v3.0: Complete rewrite, transfer more than 100 songs, custom URLs New in v2.0: New design! New in v1.0: Transfer Spotify playlists completely to Google Music! ================= GitHub: https://github.com/krmax44/Playify Donate: https://krmax44.de/donate
확장 프로그램 기본 정보
이름 | Playify |
ID | cniimiiflgmmjmcohcgnofcdiifdifef |
공식 URL | https://chromewebstore.google.com/detail/playify/cniimiiflgmmjmcohcgnofcdiifdifef |
설명 | Opens Spotify links in other streaming services |
파일 크기 | 247 KB |
설치 횟수 | 941 |
현재 버전 | 3.1.0 |
최근 업데이트 | 2019-08-29 |
출시 날짜 | 2019-08-29 |
평점 | 4.43/5 총 23 개의 평점 |
개발자 | https://krmax44.de |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://krmax44.de/playify |
도움말 페이지 URL | https://github.com/krmax44/Playify/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Opens Spotify links in other streaming services", "version": "3.1.0", "manifest_version": 2, "name": "Playify", "browser_action": { "default_icon": "static\/icon-128.png", "default_popup": "popup.html" }, "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.spotify.com\/*", "storage", "activeTab" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |