LLSupport
LLSupport
LLSupportคืออะไร?
LLSupport เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.llsupport.cn และคุณลักษณะหลักของมันคือ "LLSupport"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LLSupport
ดาวน์โหลดไฟล์ส่วนขยาย LLSupport ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้านโยบายความเป็นส่วนตัว | 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" } |