Spotiyou
Linking music from Youtube to Spotify
ما هو Spotiyou؟
Spotiyou هو إضافة Chrome تم تطويرها بواسطة Readsmart، والميزة الرئيسية لها هي "Linking music from Youtube to Spotify".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Spotiyou
قم بتنزيل ملفات الامتداد Spotiyou بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Linking music from Youtube to Spotify
معلومات أساسية عن التمديد
الاسم | |
ID | lfmnfjooefjfppnhajmclclhdhalfmhd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/spotiyou/lfmnfjooefjfppnhajmclclhdhalfmhd |
الوصف | Linking music from Youtube to Spotify |
حجم الملف | 24.99 KB |
عدد التثبيتات | 324 |
النسخة الحالية | 1.2 |
آخر تحديث | 2013-11-18 |
تاريخ النشر | 2013-11-18 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | Readsmart |
نوع الدفع | free |
موقع الإضافة | http://loverajoel.com.ar/spotiyou/ |
عنوان صفحة سياسة الخصوصية | https://readsmart.co/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spotiyou", "description": "Linking music from Youtube to Spotify", "version": "1.2", "author": "Joel Lovera", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background\/background.js" ], "pages": [ "background\/background.html" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*" ], "js": [ "app\/js\/app.js" ], "css": [ "app\/css\/app.css" ] } ], "permissions": [ "http:\/\/www.youtube.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |