Spotify Launcher

Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.

Spotify Launcher là gì?

Spotify Launcher là một tiện ích mở rộng Chrome được phát triển bởi https://sergio.cat, và tính năng chính của nó là "Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.".

Ả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 Spotify Launcher

Tải xuống các tệp mở rộng Spotify Launcher 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

                                            

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

Tên Spotify Launcher Spotify Launcher
ID ijckohcliadaplkahbcfdcahjkchbfcc
URL Chính Thức https://chromewebstore.google.com/detail/spotify-launcher/ijckohcliadaplkahbcfdcahjkchbfcc
Mô tả Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.
Kích Thước Tệp 439 KB
Số Lần Cài Đặt 502
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-03-11
Ngày Phát Hành 2015-03-11
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://sergio.cat
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": "Spotify Launcher",
    "description": "Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.",
    "version": "1.2",
    "author": {
        "name": "Sergio Cruz",
        "url": "http:\/\/sergio.cat\/"
    },
    "content_scripts": [
        {
            "js": [
                "extension.js"
            ],
            "css": [
                "extension.css"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/play.spotify.com\/*"
            ]
        }
    ]
}