다시 처음으로

This commit is contained in:
tkrmagid-desktop
2026-05-28 19:27:11 +09:00
parent a59992dc87
commit 43290248ee
6 changed files with 104 additions and 62 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "Chzzk Bypass",
"version": "1.2.2",
"name": "Chzzk Mac Spoofer (Grid Bypass)",
"version": "1.0.0",
"manifest_version": 3,
"description": "치지직(CHZZK) 우회 기능은 비정상 접근 팝업 위험으로 인해 중단되었습니다. 확장은 더 이상 페이지에 개입하지 않습니다.",
"description": "치지직(CHZZK) 시청 시 브라우저 환경을 Mac으로 위장하여 그리드 설치 없이 1080p 화질을 쾌적하게 시청합니다.",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
@@ -10,6 +10,35 @@
},
"action": {
"default_popup": "popup.html",
"default_title": "Chzzk Bypass (비활성)"
}
}
"default_title": "Chzzk Bypass Status"
},
"permissions": [
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"*://*.naver.com/*",
"*://*.ncloud.com/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "rules",
"enabled": true,
"path": "rules.json"
}
]
},
"content_scripts": [
{
"matches": [
"*://chzzk.naver.com/*"
],
"js": [
"content.js"
],
"run_at": "document_start",
"world": "MAIN"
}
]
}