LLSupport

LLSupport

LLSupport là gì?

LLSupport là một tiện ích mở rộng Chrome được phát triển bởi https://www.llsupport.cn, và tính năng chính của nó là "LLSupport".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LLSupport

Tải xuống các tệp mở rộng LLSupport dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Love Live! 手游助手,具备用心计算、经验计算、实时活动档线查询、档线自动预测、歌曲数据查询等主要功能。部分功能基于 Love Live Wiki 、 CN Event Tracker 和 LLhelper。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LLSupport LLSupport
ID aaeailmangokcagoofekkfanhffgddgi
URL Chính Thức https://chrome.google.com/webstore/detail/llsupport/aaeailmangokcagoofekkfanhffgddgi
Mô tả LLSupport
Kích Thước Tệp 10.99 MB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 3.0.148
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.llsupport.cn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.llsupport.cn/app.html
URL Trang Chính Sách Bảo Mật https://creativecommons.org/licenses/by-nc-nd/4.0
Ngôn Ngữ Được Hỗ Trợ 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"
}