Mul.Live Plus

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

什麼是Mul.Live Plus?

Mul.Live Plus是由https://chz.app開發的Chrome擴展程式,該擴展的主要功能是“현재 보고 있는 방송을 Mul.Live에서 함께 봅니다.”。

擴展截圖

screenshot

下載Mul.Live Plus擴展crx文件

下載Mul.Live Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

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

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

擴展基本資訊

名稱 Mul.Live Plus Mul.Live Plus
ID pahcphmhihleneomklgfbbneokhjiaim
官方網址 https://chromewebstore.google.com/detail/mullive-plus/pahcphmhihleneomklgfbbneokhjiaim
簡介 현재 보고 있는 방송을 Mul.Live에서 함께 봅니다.
檔案大小 12.93 KB
安裝次數 1,092
目前版本 1.2.0
更新時間 2024-01-31
上架時間 2024-01-30
評分 4.80/5 共 5 次評分
開發者 https://chz.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mul.live/
說明頁面URL https://www.chz.app/
隱私政策頁面URL https://www.chz.app/privacy
支援的語言 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\/*"
            ]
        }
    ]
}