Mul.Live Plus

현재 보고 있는 방송을 Mul.Live에서 함께 봅니다.

Mul.Live Plus là gì?

Mul.Live Plus là một tiện ích mở rộng Chrome được phát triển bởi https://chz.app, và tính năng chính của nó là "현재 보고 있는 방송을 Mul.Live에서 함께 봅니다.".

Ả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 Mul.Live Plus

Tải xuống các tệp mở rộng Mul.Live Plus 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

                        또한, Mul.Live에서 아래 로그인과 기능을 사용할 수 있도록 합니다.
* 치지직: 채팅, 성인 인증
* 아프리카TV: 채팅, 퀵뷰, 구독, 성인 인증

더불어 자동으로 멀티뷰를 위해 플레이어를 최적화합니다.

====
소스 코드: https://github.com/jebibot/mullive-extension
디스코드: https://discord.gg/9kq3UNKAkz                    

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

Tên Mul.Live Plus Mul.Live Plus
ID pahcphmhihleneomklgfbbneokhjiaim
URL Chính Thức https://chromewebstore.google.com/detail/mullive-plus/pahcphmhihleneomklgfbbneokhjiaim
Mô tả 현재 보고 있는 방송을 Mul.Live에서 함께 봅니다.
Kích Thước Tệp 12.93 KB
Số Lần Cài Đặt 1,092
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2024-01-31
Ngày Phát Hành 2024-01-30
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://chz.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mul.live/
URL Trang Trợ Giúp https://www.chz.app/
URL Trang Chính Sách Bảo Mật https://www.chz.app/privacy
Ngôn Ngữ Được Hỗ Trợ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mul.Live Plus",
    "short_name": "Mul.Live",
    "version": "1.2.0",
    "description": "\ud604\uc7ac \ubcf4\uace0 \uc788\ub294 \ubc29\uc1a1\uc744 Mul.Live\uc5d0\uc11c \ud568\uaed8 \ubd05\ub2c8\ub2e4.",
    "minimum_chrome_version": "119",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "https:\/\/mul.live\/",
    "permissions": [
        "activeTab",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.naver.com\/*",
        "*:\/\/*.afreecatv.com\/*",
        "*:\/\/*.mul.live\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "web\/*"
            ],
            "matches": [
                "*:\/\/*.chzzk.naver.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "hide.css"
            ],
            "matches": [
                "*:\/\/*.mul.live\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.chzzk.naver.com\/*"
            ],
            "exclude_globs": [
                "*:\/\/api.chzzk.naver.com\/*"
            ]
        }
    ]
}