Playify
Opens Spotify links in other streaming services
Playifyคืออะไร?
Playify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://krmax44.de และคุณลักษณะหลักของมันคือ "Opens Spotify links in other streaming services"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Playify
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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'" } |