Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ext_name__", "short_name": "__MSG_ext_shortName__", "version": "2.7.4", "description": "__MSG_ext_description__", "default_locale": "ko", "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "https:\/\/www.chz.app\/", "permissions": [ "scripting", "storage" ], "host_permissions": [ "*:\/\/*.chzzk.naver.com\/*" ], "action": { "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "web\/*" ], "matches": [ "*:\/\/*.chzzk.naver.com\/*" ] } ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "config.js", "web\/main.js" ], "css": [ "web\/main.css" ], "matches": [ "*:\/\/*.chzzk.naver.com\/*" ], "exclude_globs": [ "*:\/\/api.chzzk.naver.com\/*" ] } ] }