Spotify Launcher
Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.
ما هو Spotify Launcher؟
Spotify Launcher هو إضافة Chrome تم تطويرها بواسطة https://sergio.cat، والميزة الرئيسية لها هي "Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Spotify Launcher
قم بتنزيل ملفات الامتداد Spotify Launcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Spotify Launcher |
ID | ijckohcliadaplkahbcfdcahjkchbfcc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/spotify-launcher/ijckohcliadaplkahbcfdcahjkchbfcc |
الوصف | Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened. |
حجم الملف | 439 KB |
عدد التثبيتات | 502 |
النسخة الحالية | 1.2 |
آخر تحديث | 2015-03-11 |
تاريخ النشر | 2015-03-11 |
تقييم | 3.00/5 مجموع تقييمات 4 |
المطور | https://sergio.cat |
نوع الدفع | free |
اللغات المدعومة | 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\/*" ] } ] } |