Music Preview
Fix Apple Music preview.
ما هو Music Preview؟
Music Preview هو إضافة Chrome تم تطويرها بواسطة danielsarsi، والميزة الرئيسية لها هي "Fix Apple Music preview.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Music Preview
قم بتنزيل ملفات الامتداد Music Preview بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension intercept iTunes/Apple Music links and show a custom, direct, fast and bugless preview of the content. I hate iTunes Preview. CHANGES IN 1.2.0 • Option to open links automatically; • It is possible to open solely the album now.
معلومات أساسية عن التمديد
الاسم | |
ID | koldlpnelihklakdlllpfimlodeaanda |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/music-preview/koldlpnelihklakdlllpfimlodeaanda |
الوصف | Fix Apple Music preview. |
حجم الملف | 26.2 KB |
عدد التثبيتات | 298 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2015-12-29 |
تاريخ النشر | 2015-12-29 |
تقييم | 4.33/5 مجموع تقييمات 3 |
المطور | danielsarsi |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Music Preview", "description": "Fix Apple Music preview.", "icons": { "48": "icon48.png", "96": "icon96.png", "144": "icon144.png" }, "version": "1.2.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/itunes.apple.com\/*", "webRequest", "webRequestBlocking", "background", "storage" ], "web_accessible_resources": [ "data\/*" ], "options_ui": { "page": "options\/index.html", "chrome_style": true } } |