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": "\uc774\ubbf8\uc9c0 \ubc88\uc5ed\uae30 \uae00\ubc88\uc774", "version": "1.0.6", "description": "\ub124\uc774\ubc84 \uc6e8\uc77c \ube0c\ub77c\uc6b0\uc800\ub97c \ud65c\uc6a9\ud55c \uc774\ubbf8\uc9c0 \ubc88\uc5ed\uae30", "permissions": [ "nativeMessaging" ], "host_permissions": [ "https:\/\/imagetextwiz-whale.vercel.app\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/imagetextwiz-whale.vercel.app\/*" ], "js": [ "content.js" ] } ], "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "externally_connectable": { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/imagetextwiz-whale.vercel.app\/*" ] } }