Spotify Desktop-ify
Open Spotify URIs/web player links in the desktop app every time
Spotify Desktop-ify là gì?
Spotify Desktop-ify là một tiện ích mở rộng Chrome được phát triển bởi http://vazbloke.site, và tính năng chính của nó là "Open Spotify URIs/web player links in the desktop app every time".
Ả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 Spotify Desktop-ify
Tải xuống các tệp mở rộng Spotify Desktop-ify 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
This redirects Spotify content links to the Desktop app. Click on any song/playlist link to test - Doesn't navigate away from the current page - Auto-closes if opened in a new tab - Doesn’t autoplay and interrupt your music - Supports all content types (songs, playlists, concerts, podcasts, users…) - Can still use open.spotify.com - only redirects direct content link-clicks - Strips tracking ID in the link - for better privacy Open source at [ https://github.com/vazbloke/spotify-desktop-ify ]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fkfiaedcopkabchgncnaepbimnknjnah |
URL Chính Thức | https://chrome.google.com/webstore/detail/spotify-desktop-ify/fkfiaedcopkabchgncnaepbimnknjnah |
Mô tả | Open Spotify URIs/web player links in the desktop app every time |
Kích Thước Tệp | 16.37 KB |
Số Lần Cài Đặt | 834 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2021-11-12 |
Ngày Phát Hành | 2020-09-29 |
Đánh Giá | 4.91/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | http://vazbloke.site |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://vazbloke.site/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Desktop-ify", "description": "Open Spotify URIs\/web player links in the desktop app every time", "version": "1.1.4", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/open.spotify.com\/*" ], "icons": { "16": "sd-ify-16.png", "48": "sd-ify-48.png", "128": "sd-ify-128.png" } } |