Redirect for Spotify

Redirects open.spotify.com links to your desktop application.

Redirect for Spotify là gì?

Redirect for Spotify là một tiện ích mở rộng Chrome được phát triển bởi kobelobster, và tính năng chính của nó là "Redirects open.spotify.com links to your desktop application.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Redirect for Spotify

Tải xuống các tệp mở rộng Redirect for Spotify 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 is just a first version for Spotify. 

It supports redirecting links from open.spotify.com to your desktop app if they are

* an album
* a playllist
* a podcast
* a user
* an artist
* a song

Currently not supported is:

* Error handling
* Opening links while navigating spotify web ui. Currently requires reload of page

------

Licensing

Icon copyright by PINPOINT.WORLD from https://www.iconfinder.com/icons/4418005/redirect_refocuse_reorientate_repurpose_reroute_shift_switch_icon under license https://creativecommons.org/licenses/by/3.0/


Icon is taken from here https://www.iconfinder.com/icons/4418005/redirect_refocuse_reorientate_repurpose_reroute_shift_switch_icon using                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Redirect for Spotify Redirect for Spotify
ID ljhalgddlebknpbdkgodfkamemjombpp
URL Chính Thức https://chromewebstore.google.com/detail/redirect-for-spotify/ljhalgddlebknpbdkgodfkamemjombpp
Mô tả Redirects open.spotify.com links to your desktop application.
Kích Thước Tệp 5.78 KB
Số Lần Cài Đặt 448
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2020-04-12
Ngày Phát Hành 2020-04-12
Đánh Giá 4.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển kobelobster
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Redirect for Spotify",
    "version": "0.2.0",
    "description": "Redirects open.spotify.com links to your desktop application.",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/open.spotify.com\/*"
            ],
            "js": [
                "redirect.js"
            ]
        }
    ],
    "permissions": [
        "webNavigation"
    ]
}