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-extension", "description": "\ud2f0\ub9e5\uc2a4 \uc775\uc2a4\ud150\uc158", "version": "2.1.4", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "action": { "default_icon": "images\/32.png", "default_title": "tmax-extension" }, "content_scripts": [ { "matches": [ "https:\/\/*.tmax.co.kr\/*" ], "js": [ "scripts\/utils\/date.js", "scripts\/utils\/dom.js", "scripts\/utils\/list.js", "scripts\/index.js" ], "type": "module" } ], "permissions": [] }