Playify
Opens Spotify links in other streaming services
什麼是Playify?
Playify是由https://krmax44.de開發的Chrome擴展程式,該擴展的主要功能是“Opens Spotify links in other streaming services”。
擴展截圖
下載Playify擴展crx文件
下載Playify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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'" } |