{ "name": "Chzzk Bypass", "version": "1.1.0", "manifest_version": 3, "description": "치지직(CHZZK) 시청 환경 개선: 1) Mac 위장으로 그리드 없이 1080p 시청, 2) 스트리머가 타임머신을 꺼둔 라이브에서도 되감기 UI 강제 표시.", "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", "128": "icons/icon128.png" }, "action": { "default_popup": "popup.html", "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", "timemachine.js" ], "run_at": "document_start", "world": "MAIN" } ] }