Open Spotify Desktop App
Automatically opens the Desktop Spotify app for open.spotify.com links.
Apa itu Open Spotify Desktop App?
Open Spotify Desktop App adalah ekstensi Chrome yang dikembangkan oleh thom801, dan fitur utamanya adalah "Automatically opens the Desktop Spotify app for open.spotify.com links.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Open Spotify Desktop App
Unduh file ekstensi Open Spotify Desktop App dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
When you click a link to open Spotify on your computer you are normally taken to the website and then have to take a few more steps to open the app. This extension will open the song, album, or playlist in the native app for you instantly.
Informasi Dasar Ekstensi
Nama | Open Spotify Desktop App |
ID | ccilmbdijoknlfpepncnebjkiclplhig |
URL Resmi | https://chromewebstore.google.com/detail/open-spotify-desktop-app/ccilmbdijoknlfpepncnebjkiclplhig |
Deskripsi | Automatically opens the Desktop Spotify app for open.spotify.com links. |
Ukuran File | 8.13 KB |
Jumlah Instalasi | 4,824 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-01-12 |
Tanggal Publikasi | 2021-01-12 |
Penilaian | 4.64/5 Total 11 Penilaian |
Pengembang | thom801 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Spotify Desktop App", "version": "1.0", "description": "Automatically opens the Desktop Spotify app for open.spotify.com links.", "author": "Thom Allen - Twitter @thom801", "manifest_version": 2, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "https:\/\/open.spotify.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "https:\/\/open.spotify.com\/*" ], "js": [ "open-spotify.js" ] } ] } |