spotify remote
get access to the spotify remote service
ما هو spotify remote؟
spotify remote هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "get access to the spotify remote service".
تحميل ملف CRX للإضافة spotify remote
قم بتنزيل ملفات الامتداد spotify remote بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | spotify remote |
ID | boidmjchelicgoeabcpblhboklbillbi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/spotify-remote/boidmjchelicgoeabcpblhboklbillbi |
الوصف | get access to the spotify remote service |
حجم الملف | 34.42 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2015-12-21 |
تاريخ النشر | 2015-12-20 |
المطور | Unknown |
نوع الدفع | free |
موقع الإضافة | https://github.com/theyelllowdart/spotifyremote |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "spotify remote", "description": "get access to the spotify remote service", "version": "0.0.5", "background": { "scripts": [ "jquery-2.1.4.min.js", "background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "alarms", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "spotify remote" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle" } ], "manifest_version": 2 } |