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": "\uce58\uc9c0\uc9c1 \ud074\ub9bd \ub2e4\uc6b4\ub85c\ub354",
"version": "1.4.8",
"description": "\uce58\uc9c0\uc9c1 \ucc44\ub110\uc758 \ud074\ub9bd\ud654\uba74\uc5d0\uc11c \ub3d9\uc601\uc0c1 \ub2e4\uc6b4\ub85c\ub4dc\ub97c \uc9c0\uc6d0\ud569\ub2c8\ub2e4.",
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/chzzkdl_16px.png",
"32": "icons\/chzzkdl_32px.png",
"48": "icons\/chzzkdl_48px.png",
"64": "icons\/chzzkdl_64px.png",
"128": "icons\/chzzkdl_128px.png",
"256": "icons\/chzzkdl_256px.png"
},
"action": {
"default_title": "\uce58\uc9c0\uc9c1 \ud074\ub9bd \ub2e4\uc6b4\ub85c\ub354"
},
"side_panel": {
"default_path": "index.html"
},
"permissions": [
"webRequest",
"downloads",
"sidePanel",
"offscreen",
"storage"
],
"host_permissions": [
"https:\/\/*.pstatic.net\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/chzzk.naver.com\/*",
"https:\/\/m.naver.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"ts2mp4\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
}
}