Spotify Open In App
Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application
Apa itu Spotify Open In App?
Spotify Open In App adalah ekstensi Chrome yang dikembangkan oleh kampfkeksgeschwader11, dan fitur utamanya adalah "Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application".
Unduh Berkas CRX Ekstensi Spotify Open In App
Unduh file ekstensi Spotify Open In 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
You are sick of Spotify links opening in the web player? We have the solution!
Informasi Dasar Ekstensi
Nama | |
ID | djbmbhjjincdlckokbmdalcnflihkjpa |
URL Resmi | https://chrome.google.com/webstore/detail/spotify-open-in-app/djbmbhjjincdlckokbmdalcnflihkjpa |
Deskripsi | Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application |
Ukuran File | 8.44 KB |
Jumlah Instalasi | 2,000 |
Versi Saat Ini | 0.21 |
Terakhir Diperbarui | 2018-07-30 |
Tanggal Publikasi | 2018-07-30 |
Penilaian | 4.63/5 Total 8 Penilaian |
Pengembang | kampfkeksgeschwader11 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://kampfkeksgeschwader.wixsite.com/spotifyopeninapp |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Open In App", "version": "0.21", "description": "Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application", "manifest_version": 2, "icons": { "16": "SpotifyOpenInApp16.png", "48": "SpotifyOpenInApp48.png", "128": "SpotifyOpenInApp128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |