LLSupport
LLSupport
ما هو LLSupport؟
LLSupport هو إضافة Chrome تم تطويرها بواسطة https://www.llsupport.cn، والميزة الرئيسية لها هي "LLSupport".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LLSupport
قم بتنزيل ملفات الامتداد LLSupport بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Love Live! 手游助手,具备用心计算、经验计算、实时活动档线查询、档线自动预测、歌曲数据查询等主要功能。部分功能基于 Love Live Wiki 、 CN Event Tracker 和 LLhelper。
معلومات أساسية عن التمديد
الاسم | |
ID | aaeailmangokcagoofekkfanhffgddgi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/llsupport/aaeailmangokcagoofekkfanhffgddgi |
الوصف | LLSupport |
حجم الملف | 10.99 MB |
عدد التثبيتات | 14 |
النسخة الحالية | 3.0.148 |
آخر تحديث | 2019-03-08 |
تاريخ النشر | 2019-03-08 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://www.llsupport.cn |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.llsupport.cn/app.html |
عنوان صفحة سياسة الخصوصية | https://creativecommons.org/licenses/by-nc-nd/4.0 |
اللغات المدعومة | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "index.html", "default_title": "LLSupport" }, "description": "LLSupport", "icons": { "128": "img\/180x180.png", "19": "img\/80x80.png", "48": "img\/120x120.png" }, "manifest_version": 2, "name": "LLSupport", "offline_enabled": true, "omnibox": { "keyword": "LLSupport" }, "permissions": [ "https:\/\/www.llsupport.cn", "notifications", "background", "tts", "storage", "alarms" ], "short_name": "LLS", "version": "3.0.148" } |