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": "tmax-massage-macro", "description": "\ud2f0\ub9e5\uc2a4 \ub9c8\uc0ac\uc9c0 \ub9e4\ud06c\ub85c", "version": "0.0.2", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "action": { "default_icon": "images\/128.png", "default_title": "tmax-massage-macro" }, "content_scripts": [ { "matches": [ "https:\/\/*.talk.tmaxsoft.com\/front\/health\/findHealthList.do*" ], "js": [ "lib\/jQuery.js", "lib\/comboTreePlugin.js", "scripts\/utils\/date.js", "scripts\/index.js", "scripts\/massage.js" ], "css": [ "comboTreeStyle.css", "style.css" ], "type": "module" } ], "permissions": [] }