Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mul.Live Plus", "short_name": "Mul.Live", "version": "2.0.1", "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\/*", "*:\/\/*.sooplive.co.kr\/*", "*:\/\/*.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\/*" ] } ] }