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": "\uc5d1\uc2a4\uce74\ud53c v2", "version": "1.0.14", "description": "\uad6c\ub9e4\ub300\ud589\uc0ac\uc5c5\uc744 \uc704\ud55c \uc0c1\ud488 \uc8fc\ubb38 \uc218\uc9d1 \ubc18\uc790\ub3d9 \ub300\ub7c9 \ub4f1\ub85d \uc6f9 \ud504\ub85c\uadf8\ub7a8", "icons": { "16": "img\/X-Copy-2309.png", "128": "img\/X-Copy-2309.png" }, "permissions": [ "tabs", "activeTab", "scripting", "nativeMessaging", "storage", "idle", "notifications" ], "host_permissions": [ "https:\/\/*\/*" ], "background": { "service_worker": "df_to_ef.js" }, "action": { "default_icon": "img\/X-Copy-2309.png", "default_title": "\uc5d1\uc2a4\uce74\ud53c-\uc775\uc2a4\ud150\uc158" }, "externally_connectable": { "ids": [ "ikikokjnncifabdcjcckmfnocdiandmd" ], "matches": [ "*:\/\/google.com\/*" ] }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "crawling_func.js", "content.js", "sidebar.js", "add_button.js", "Extension_crawling.js", "modal.js" ], "all_frames": true } ] }