茜荣音乐
茜荣音乐
ما هو 茜荣音乐؟
茜荣音乐 هو إضافة Chrome تم تطويرها بواسطة lirongfei985، والميزة الرئيسية لها هي "茜荣音乐".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 茜荣音乐
قم بتنزيل ملفات الامتداد 茜荣音乐 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
茜荣听歌 - chrome版音乐插件, 音乐来自网络, 更方便的听音乐 茜荣科技 - 引领至简生活
معلومات أساسية عن التمديد
الاسم | |
ID | abmamaonlmnbckndilknihlpipfffkin |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/%E8%8C%9C%E8%8D%A3%E9%9F%B3%E4%B9%90/abmamaonlmnbckndilknihlpipfffkin |
الوصف | 茜荣音乐 |
حجم الملف | 1.94 MB |
عدد التثبيتات | 349 |
النسخة الحالية | 1.1.3 |
آخر تحديث | 2020-05-31 |
تاريخ النشر | 2020-05-30 |
تقييم | 3.28/5 مجموع تقييمات 18 |
المطور | lirongfei985 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u831c\u8363\u97f3\u4e50", "version": "1.1.3", "manifest_version": 2, "description": "\u831c\u8363\u97f3\u4e50", "icons": { "16": "imgs\/16.png", "24": "imgs\/24.png", "32": "imgs\/32.png", "48": "imgs\/48.png", "64": "imgs\/64.png", "72": "imgs\/72.png", "96": "imgs\/96.png", "128": "imgs\/128.png" }, "options_page": "popup.html", "browser_action": { "default_icon": "imgs\/16.png", "default_popup": "popup.html" }, "content_scripts": [], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/mp3.qianrong.net; object-src 'self'", "web_accessible_resources": [ "dest\/*", "imgs\/*", "bootstrap\/*" ], "background": { "page": "background.html" }, "permissions": [ "notifications", "cookies", "https:\/\/mp3.qianrong.net\/*", "*:\/\/*.kugou.com\/*", "*:\/\/*.kuwo.cn\/*", "*:\/\/*.qq.com\/*", "*:\/\/*.163.com\/*" ] } |