Playify
Opens Spotify links in other streaming services
Playify là gì?
Playify là một tiện ích mở rộng Chrome được phát triển bởi https://krmax44.de, và tính năng chính của nó là "Opens Spotify links in other streaming services".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Playify
Tải xuống các tệp mở rộng Playify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Playify |
ID | cniimiiflgmmjmcohcgnofcdiifdifef |
URL Chính Thức | https://chromewebstore.google.com/detail/playify/cniimiiflgmmjmcohcgnofcdiifdifef |
Mô tả | Opens Spotify links in other streaming services |
Kích Thước Tệp | 247 KB |
Số Lần Cài Đặt | 941 |
Phiên Bản Hiện Tại | 3.1.0 |
Cập Nhật Lần Cuối | 2019-08-29 |
Ngày Phát Hành | 2019-08-29 |
Đánh Giá | 4.43/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | https://krmax44.de |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://krmax44.de/playify |
URL Trang Trợ Giúp | https://github.com/krmax44/Playify/issues |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |